Skip to content Skip to sidebar Skip to footer
Showing posts with the label Virtualenvwrapper

Move The Virtualenvs To Another Host Folder

By error, I forgot to specify the WORKON_HOME variable before creating my virtual environments, and… Read more Move The Virtualenvs To Another Host Folder

Python Virtualenv(wrapper) + Uwsgi + Nginx (yet Again)

Ok, I know there are loads of virtualenv + uwsgi + nginx articles out there, I've read about 50… Read more Python Virtualenv(wrapper) + Uwsgi + Nginx (yet Again)

Mkproject: Command Not Found

I am trying to learn Flask I want to use mkproject to generate the project. Virtualenvwrapper p… Read more Mkproject: Command Not Found

'permission Denied' Error When Using Pip Install In Virtualenv

Edit: FIXED! Just had to chown the .cache directory I've tried the virtualenvwrapper docs instr… Read more 'permission Denied' Error When Using Pip Install In Virtualenv

Django Get Environment Variables From Apache

I cannot seem to get Django to read the settings I configure from the environment variables. I have… Read more Django Get Environment Variables From Apache

Why Is An Egg-info File Created When I'm Using Distutils?

Below is my setup.py. I don't use anything from setuptools in my code and my project has no ext… Read more Why Is An Egg-info File Created When I'm Using Distutils?