Skip to content

Instantly share code, notes, and snippets.

@mGalarnyk
Last active August 29, 2022 03:34
Show Gist options
  • Select an option

  • Save mGalarnyk/4e48b0dc307a2d50f4b7701dbc54573d to your computer and use it in GitHub Desktop.

Select an option

Save mGalarnyk/4e48b0dc307a2d50f4b7701dbc54573d to your computer and use it in GitHub Desktop.

Revisions

  1. mGalarnyk revised this gist Dec 26, 2016. No changes.
  2. mGalarnyk renamed this gist Dec 26, 2016. 1 changed file with 0 additions and 0 deletions.
  3. mGalarnyk revised this gist Dec 26, 2016. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion Install_Anaconda_Ubuntu_Python2
    Original 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 .bash_profile
    source .bashrc

    conda update conda
  4. mGalarnyk created this gist Dec 26, 2016.
    14 changes: 14 additions & 0 deletions Install_Anaconda_Ubuntu_Python2
    Original 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