Last active
September 12, 2019 01:27
-
-
Save smhr/f4ce8d34688e80e2bffbce91149e6848 to your computer and use it in GitHub Desktop.
conda
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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