desc-python

Add Packages to the desc-stack Environment

If you are new to DESC and DESC python environments, please consult our related documentation for NERSC or IN2P3.

You may have additional packages or an updated version of a package that you want to install alongside desc-stack (or desc-stack-weekly or desc-stack-weekly-latest).

To add package(s) locally to your desc-stack environment

Create a directory to store the installation artifacts associated with your new packages, create the DESCSTACKUSERBASE environment variable and then pip install the packages you wish to add.

export DESCSTACKUSERBASE=<fullPathtoYourInstallArea>