Last active
August 29, 2022 03:34
-
-
Save mGalarnyk/4e48b0dc307a2d50f4b7701dbc54573d to your computer and use it in GitHub Desktop.
Revisions
-
mGalarnyk revised this gist
Dec 26, 2016 . No changes.There are no files selected for viewing
-
mGalarnyk renamed this gist
Dec 26, 2016 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
mGalarnyk revised this gist
Dec 26, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -9,6 +9,6 @@ rm Anaconda2-4.2.0-Linux-x86_64.sh echo 'export PATH="~/anaconda/bin:$PATH"' >> ~/.bashrc # Refresh basically source .bashrc conda update conda -
mGalarnyk created this gist
Dec 26, 2016 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ # Go to home directory cd ~ # You can change what anaconda version you want at # https://repo.continuum.io/archive/ wget https://repo.continuum.io/archive/Anaconda2-4.2.0-Linux-x86_64.sh bash Anaconda2-4.2.0-Linux-x86_64.sh -b -p ~/anaconda rm Anaconda2-4.2.0-Linux-x86_64.sh echo 'export PATH="~/anaconda/bin:$PATH"' >> ~/.bashrc # Refresh basically source .bash_profile conda update conda