python:conda
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| python:conda [2018/02/12 13:01] – kauffman | python:conda [2019/01/25 11:28] (current) – kauffman | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Anaconda ====== | ||
| + | |||
| + | ===== Use system installed version ===== | ||
| + | Conda is installed by default and you should be able to use it without doing anything. | ||
| + | |||
| + | If it does not work for you automatically all you need to do is source the right file. | ||
| < | < | ||
| + | $ source / | ||
| + | </ | ||
| - | kauffman3@hester2: | + | You can then add the above '' |
| + | |||
| + | |||
| + | |||
| + | ===== Install as user ===== | ||
| + | |||
| + | |||
| + | < | ||
| + | $ wget https:// | ||
| --2018-02-02 15: | --2018-02-02 15: | ||
| Resolving repo.continuum.io (repo.continuum.io)... 104.16.18.10, | Resolving repo.continuum.io (repo.continuum.io)... 104.16.18.10, | ||
| Line 13: | Line 29: | ||
| 2018-02-02 15:49:17 (14.1 MB/s) - ‘Anaconda3-5.0.1-Linux-x86_64.sh’ saved [550796553/ | 2018-02-02 15:49:17 (14.1 MB/s) - ‘Anaconda3-5.0.1-Linux-x86_64.sh’ saved [550796553/ | ||
| </ | </ | ||
| + | |||
| + | Make the file executable. | ||
| < | < | ||
| - | kauffman3@hester2: | + | $ chmod +x Anaconda3-5.0.1-Linux-x86_64.sh |
| ... | ... | ||
| </ | </ | ||
| < | < | ||
| - | kauffman3@hester2: | + | $ ./ |
| Do you accept the license terms? [yes|no] | Do you accept the license terms? [yes|no] | ||
| [no] >>> | [no] >>> | ||
| 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 47: | ||
| - Or specify a different location below | - Or specify a different location below | ||
| - | [/home/kauffman3/anaconda3] >>> | + | [/home/USERNAME/anaconda3] >>> |
| - | PREFIX=/ | + | PREFIX=/ |
| 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 60: | ||
| 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] >>> | [no] >>> | ||
| - | Appending source /home/kauffman3/ | + | Appending source /home/USERNAME/ |
| - | 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 70: | ||
| Thank you for installing Anaconda3! | Thank you for installing Anaconda3! | ||
| </ | </ | ||
| - | < | ||
| Assuming I have my .bashrc and .bash_profile/ | Assuming I have my .bashrc and .bash_profile/ | ||
| + | |||
| < | < | ||
| - | kauffman3@hester2: | + | $ which conda |
| - | /home/kauffman3/ | + | /home/USERNAME/ |
| </ | </ | ||
/var/lib/dokuwiki/data/attic/python/conda.1518462097.txt.gz · Last modified: 2018/02/12 13:01 by kauffman