Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrakitin/21bac348e5625083af7b7842eb3598cf to your computer and use it in GitHub Desktop.
Save mrakitin/21bac348e5625083af7b7842eb3598cf to your computer and use it in GitHub Desktop.
$ conda create -p /opt/conda_envs/analysis-2019-3.0.1-ml --clone analysis-2019-3.0.1-chx
$ conda activate /opt/conda_envs/analysis-2019-3.0.1-ml
$ pip install photutils[all] --upgrade
$ pip install astropy --upgrade
$ pip install dask[complete] --upgrade
$ pip install joblib --upgrade
$ chgrp -Rv xpcsml /opt/conda_envs/analysis-2019-3.0.1-ml/
$ chmod -Rv g+rwXs /opt/conda_envs/analysis-2019-3.0.1-ml/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment