Difference between revisions of "Anaconda"

From radwiki
Jump to navigation Jump to search
m (1 revision imported)
m
Line 1: Line 1:
[https://en.wikipedia.org/wiki/Anaconda_(Python_distribution) Anaconda] helps to setup custom python environments for specific usecases. Using it is optional, but recommended; by default the [[GPU cluster]] system has Python 3.7 and some basic packages. `pip` is not available on the `$PATH`, but it is part of the anaconda installation.  
+
[https://en.wikipedia.org/wiki/Anaconda_(Python_distribution) Anaconda] Is a software package that contains a python interpreter and an optimized set of common python modules. It also includes a management tool called conda that helps with package updates and setup of custom python environments. Using it is optional, but recommended; by default the [[GPU cluster]] system has Python 3.6 and some basic packages. If `conda` can not find a certain package, use `pip` to install the package into the current environment.  
  
 
== Usage Examples ==
 
== Usage Examples ==

Revision as of 07:28, 18 June 2020

Anaconda Is a software package that contains a python interpreter and an optimized set of common python modules. It also includes a management tool called conda that helps with package updates and setup of custom python environments. Using it is optional, but recommended; by default the GPU cluster system has Python 3.6 and some basic packages. If conda can not find a certain package, use pip to install the package into the current environment.

Usage Examples

Activate base anaconda

Setup a tensorflow environment with a jupyter notebook

Exit anaconda environment