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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions