User Tools

Site Tools


ways-to-run-python

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ways-to-run-python [2017/10/18 09:57]
zoza
ways-to-run-python [2017/10/18 10:18] (current)
zoza [OSX]
Line 11: Line 11:
 <​code>​$ python3 </​code>​ <​code>​$ python3 </​code>​
  
-  * **conda** is a package and environment management system for Python, R, Node.js, Java and other application stacks. ​It creates ​an environment (-n name) using a specified python version+  * **conda** is a package and environment management system for Python, R, Node.js, Java and other application stacks. ​ 
 + 
 +Install conda for the system and version of choice. On OSX also run: 
 +<​code>​export PATH="​$HOME/​anaconda3/​bin:​$PATH"</​code>​ 
 + 
 +Create ​an environment (-n name) using a specified python version
 <​code>​conda create -n myenv python=3.4</​code>​ <​code>​conda create -n myenv python=3.4</​code>​
 On managing (python) environments with conda: https://​conda.io/​docs/​user-guide/​tasks/​manage-environments.html On managing (python) environments with conda: https://​conda.io/​docs/​user-guide/​tasks/​manage-environments.html
ways-to-run-python.txt · Last modified: 2017/10/18 10:18 by zoza