I have noticed that any package I install using pip
gets installed in the default Python directory and not anaconda and this is very troubling. I tried to edit the PATH
variable in my system using :
export PATH=/home/karen/anaconda3/bin:$PATH
The only thing I achived with this was that when I type python it starts anaconda (before, that command in the terminal just started the default python). So when I uninstall anaconda I can access the libraries I installed using pip
in default python. So how can I fix this problem?
I'm using Ubuntu 15.10.