Anaconda: Difference between revisions

From LWP-Wiki
Jump to navigation Jump to search
(Created page with "Category:anaconda-faq The '''Anaconda''' Python distribution is available on LWP over and NFS mount. In order to use it on LWP instead of the locally installed Python, yo...")
 
No edit summary
Line 11: Line 11:


And after this, close and re-open your shell. Note that this last command also works with a select few other shells.
And after this, close and re-open your shell. Note that this last command also works with a select few other shells.
For more information see:
* https://en.wikipedia.org/wiki/Anaconda_(Python_distribution)
* https://docs.anaconda.com/anaconda/user-guide/

Revision as of 16:00, 4 June 2019

The Anaconda Python distribution is available on LWP over and NFS mount. In order to use it on LWP instead of the locally installed Python, you need to load some environment variables into your shell.

To make Anaconda available in just you current bash session:

 bash$ source /opt/netapps/anaconda3/env-setup

To have your shell startup files managed by Anaconda, so it will be available any time you start your shell:

 bash$ conda init

And after this, close and re-open your shell. Note that this last command also works with a select few other shells.

For more information see: