{Uki's tech notes}
This notebook is a collection of code snippets and technical "how to" instructions.
Pages
Welcome
Julia
AI
Android
Java
Python
Jypyter
Conda
Linux/UNIX
LinkedIn
Medium articles
Uki's personal blog
Search This Blog
How to change Python version (environment) using Anaconda?
by: Uki D. Lucas
$
python --version
Python
3.6.1
:: Anaconda 4.4.0 (x86_64)
$
conda create -n py27 python=2.7 anaconda
$
source activate py27
$ python --version
Python
2.7.13
:: Anaconda 4.4.0 (x86_64)
Also posted on
GitHub
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment