Skip to content

Instantly share code, notes, and snippets.

@mrakitin
Created June 22, 2020 14:57
Show Gist options
  • Save mrakitin/91084a1974169602fe6028a74e50f617 to your computer and use it in GitHub Desktop.
Save mrakitin/91084a1974169602fe6028a74e50f617 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir /opt/conda_envs/collection-2020-2.0rc1
cd /opt/conda_envs/collection-2020-2.0rc1
wget https://conda.nsls2.bnl.gov/conda/environments/collection-2020-2.0.tar.gz
tar -xvf collection-2020-2.0.tar.gz
conda activate $PWD
conda-unpack
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment