Skip to content

Instantly share code, notes, and snippets.

@smhr
Last active September 12, 2019 01:27
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 smhr/f4ce8d34688e80e2bffbce91149e6848 to your computer and use it in GitHub Desktop.
Save smhr/f4ce8d34688e80e2bffbce91149e6848 to your computer and use it in GitHub Desktop.
conda
## For installing a package when you installed anaconda for all users
sudo su root -c "/opt/anaconda3/bin/conda install package_name"
##
sudo su root -c "/opt/anaconda3/bin/conda install -c conda-forge package_name"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment