|
|
|
|
|
by username111
4846 days ago
|
|
Here you go: $ python --version
Python 2.7.3 :: Anaconda 1.4.0 (64-bit)
It installs to a directory so you basically just add it to your path to get it working it doesn't change anything else on your install.Beware though that you don't use virtualenvs with it but you use their tool conda to create your environments |
|