Last active
June 7, 2018 15:28
-
-
Save draperjames/1788867299e6a88b3e6e73fab097f568 to your computer and use it in GitHub Desktop.
Unix Miniconda3 Quick Install
This file contains hidden or 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
| mkdir tmp && cd tmp | |
| wget http://repo.continuum.io/miniconda/Miniconda3-3.7.0-Linux-x86_64.sh -O miniconda.sh | |
| bash miniconda.sh -b -p ~/miniconda | |
| # export PATH="$HOME/miniconda/bin:$PATH" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.