Update python 3.5 in anaconda -


i have installed python 3.5 following commando:

conda create -n py35 python=3.5 anaconda 

i have base anaconda python27 installed. when wish update write:

conda update conda 

but how update pyhon35?

i have tried this:

activate py35 [py35] c:\users\trofl>cd c:\users\trofl\anaconda2\envs\py35  [py35] c:\users\trofl\anaconda2\envs\py35>conda install conda     using anaconda cloud api site https://api.anaconda.org     fetching package metadata: ....     solving package specifications: .........      error: 'conda' can installed root environment 

it looks trying install when have conda-env , conda-build in current environment. have remove these first update conda.

source activate my-env conda remove conda-build conda remove conda-env conda update anaconda 

Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -