python - Runnig Django project outside virtual enviroment -


i have made api in tastypie django uploads image worked inside django virtual environment. when run outside virtual environment doesn't work. have installed many libraries required image processing , want link work api libraries not imported in virtual environment there solution ????

just install required packages within virtual environment. once activate virtual environment, type:

pip install <package name> 

changing <package name> package want installed.


Comments

Popular posts from this blog

c - ALSA programming: how to stop immediately -

c++ - How to add Crypto++ library to Qt project -