User Tools

Site Tools


python:conda

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
python:conda [2018/02/12 13:01] kauffmanpython:conda [2018/02/21 14:17] kauffman
Line 1: Line 1:
 <code> <code>
- +$ wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
-kauffman3@hester2:~$ wget https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh+
 --2018-02-02 15:48:39--  https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh --2018-02-02 15:48:39--  https://repo.continuum.io/archive/Anaconda3-5.0.1-Linux-x86_64.sh
 Resolving repo.continuum.io (repo.continuum.io)... 104.16.18.10, 104.16.19.10, 2400:cb00:2048:1::6810:120a, ... Resolving repo.continuum.io (repo.continuum.io)... 104.16.18.10, 104.16.19.10, 2400:cb00:2048:1::6810:120a, ...
Line 13: Line 12:
 2018-02-02 15:49:17 (14.1 MB/s) - ‘Anaconda3-5.0.1-Linux-x86_64.sh’ saved [550796553/550796553] 2018-02-02 15:49:17 (14.1 MB/s) - ‘Anaconda3-5.0.1-Linux-x86_64.sh’ saved [550796553/550796553]
 </code> </code>
 +
 +Make the file executable.
 <code> <code>
-kauffman3@hester2:~$ chmod +x Anaconda3-5.0.1-Linux-x86_64.sh +$ chmod +x Anaconda3-5.0.1-Linux-x86_64.sh 
 ... ...
 </code> </code>
 <code> <code>
-kauffman3@hester2:~$ ./Anaconda3-5.0.1-Linux-x86_64.sh +$ ./Anaconda3-5.0.1-Linux-x86_64.sh 
 Do you accept the license terms? [yes|no] Do you accept the license terms? [yes|no]
 [no] >>> yes [no] >>> yes
  
 Anaconda3 will now be installed into this location: Anaconda3 will now be installed into this location:
-/home/kauffman3/anaconda3+/home/USERNAME/anaconda3
  
   - Press ENTER to confirm the location   - Press ENTER to confirm the location
Line 29: Line 30:
   - Or specify a different location below   - Or specify a different location below
  
-[/home/kauffman3/anaconda3] >>> /home/kauffman3/.local/anaconda3 +[/home/USERNAME/anaconda3] >>> /home/USERNAME/.local/anaconda3 
-PREFIX=/home/kauffman3/.local/anaconda3+PREFIX=/home/USERNAME/.local/anaconda3
 installing: python-3.6.3-hc9025b9_1 ... installing: python-3.6.3-hc9025b9_1 ...
 Python 3.6.3 :: Anaconda, Inc. Python 3.6.3 :: Anaconda, Inc.
Line 42: Line 43:
 installation finished. installation finished.
 Do you wish the installer to prepend the Anaconda3 install location Do you wish the installer to prepend the Anaconda3 install location
-to PATH in your /home/kauffman3/.bashrc ? [yes|no]+to PATH in your /home/USERNAME/.bashrc ? [yes|no]
 [no] >>> yes [no] >>> yes
  
-Appending source /home/kauffman3/.local/anaconda3/bin/activate in +Appending source /home/USERNAME/.local/anaconda3/bin/activate in 
-newly created /home/kauffman3/.bashrc+newly created /home/USERNAME/.bashrc
  
 For this change to become active, you have to open a new terminal. For this change to become active, you have to open a new terminal.
Line 52: Line 53:
 Thank you for installing Anaconda3! Thank you for installing Anaconda3!
 </code> </code>
-<code> 
  
 Assuming I have my .bashrc and .bash_profile/.profile setup right I can do the following: Assuming I have my .bashrc and .bash_profile/.profile setup right I can do the following:
 +
 <code> <code>
-kauffman3@hester2:~$ which conda +$ which conda 
-/home/kauffman3/.local/anaconda3/bin/conda+/home/USERNAME/.local/anaconda3/bin/conda
 </code> </code>
/var/lib/dokuwiki/data/pages/python/conda.txt · Last modified: 2019/01/25 11:28 by kauffman

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki