Skip to content

Install very easily pyXpcm with conda #38

@bbarcelollull

Description

@bbarcelollull

Hi everyone,

This is how I installed very easily pyXpcm in a new environment using conda:

I downloaded this file: https://github.com/euroargodev/boundary_currents_pcm/blob/main/environment.yml

And I created the environment from the environment.yml file (changing the name of the environment that is on the first line):

conda env create -f environment.yml

Now I can run my codes after activating the environment (named env_pyxpcm ) on the terminal:

conda activate env_pyxpcm

Then to close the environment:

conda deactivate

Or I can open the Anaconda Navigador, select the environment in which I want to run my codes (env_pyxpcm) and open and work with Spyder.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions