python - no package gets installed using pip in anaconda -
i have noticed package install using pip
gets installed in default python directory , not anaconda , troubling. tried edit path
variable in system using :
export path=/home/karen/anaconda3/bin:$path
the thing achived when type python starts anaconda (before, command in terminal started default python). when uninstall anaconda can access libraries installed using pip
in default python. how can fix problem?
i'm using ubuntu 15.10.
if guess correct which pip
return system installed pip, not 1 in /home/karen/anaconda3/bin
. if case, can fix issue conda install pip
. pip install <some package>
dump <some package>
in /home/karen/anaconda3/lib/pythonx.x/site-packages/<some package>
Comments
Post a Comment