why does conda downloads python again, when i have anaconda already -


i using anaconda python

$ python --version python 2.7.13 :: anaconda 4.4.0 (64-bit)  $ python /home/vimal/anaconda2/bin/python  $ conda create -n myjunkproject python=2 fetching package metadata ......... solving package specifications: .  package plan installation in environment /home/vimal/anaconda2/envs/siraj-regression:  following new packages installed:  openssl:    1.0.2l-0      pip:        9.0.1-py27_1  python:     2.7.13-0      readline:   6.2-2         setuptools: 27.2.0-py27_0 sqlite:     3.13.0-0      tk:         8.5.18-0      wheel:      0.29.0-py27_0 zlib:       1.2.8-3        proceed ([y]/n)? n 

why install python 2.7.13 again?????? isnt there? same pip

conda treats python same other package, it’s easy manage , update multiple installations.

according conda documentation here: https://conda.io/docs/py2or3.html

looks conda intentionally it's easier update/manage multiple installations of python.

hope helps.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -