I am trying to install packages from pip to a fresh environment (virtual) created using anaconda In the anaconda documentation it says this is perfectly fine It is done the same way as for virtualenv Activate the environment where you want to put the program, then pip install a program.i created an empty environment in anaconda like this: I am new to python I was asked to update to the latest python version using conda
So far, i have installed anaconda on my mac So i am mainly using the terminal It is included in the anaconda python distribution provided by continuum analytics (now called anaconda, inc.) The anaconda base python environment is a python distribution and should be updated collectively using the standalone images put together by anaconda The following command should generally be avoided in the base python environment: Version anaconda 4.8.3 what i cannot do
Conda activate base what i can do Miniconda is essentially an installer for an empty conda environment, containing only conda, its dependencies, and python I added anaconda scripts (c:\users\yesyou\anaconda3\scripts) to the user environment variable path and did conda init cmd.exe on my default command prompt Source activate py34 ipython which change the default environment to python 3.4 This works fine, but it's annoying since most of the time i work on python 3.4, instead of python 2.7 (which i hold for teaching purposes, it's a rather long story) Anyway, i'll like to know how to change the default environment to python 3.4, bearing in mind that i don't want to reinstall everything from scratch.
I installed python anaconda on mac (os mavericks) I wanted to revert to the default version of python on my mac What's the best way to do this Should i delete the ~/anaconda directory
WATCH