Wrong pip in conda env
I have a conda env called birdid. While working in the env (i.e. I did source activate bird_dev ), showing the list of the packages give (bird_dev)...$ conda list # packages in environment at /home/jul/Development/miniconda/envs/bird_dev: # ... pep8 1.6.2 py27_0 pip 7.1.2 py27_0 pixman 0.26.2 0 ... but when trying to see what pip is used I get (bird_dev)...$ which pip /usr/local/bin/pip while the correct python is found (bird_dev)...$ which python /home/jul/Development/miniconda/envs/bird_dev/bin/python Anybody can help? Edit: more details about the installed versions Check which -a pip (bird