virtualenv - How to get the newly added package into python virtual environment -


i have virtual environment python , hence activate this

#source  myname/bin/activate 

in host machine, have installed package

#sudo pip install scikit-image 

in virtual environment, m unable access scikit-image. how can newly added package existing virtual environment?

use pipwithout sudo in order install in environment. when use sudo become root, packages installed root.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -