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

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

Deactivate Conflict In Virtualenvwapper And Anaconda

I'm using virtualenv to switch my python dev env. But when I run workon my_env, I meet such err… Read more Deactivate Conflict In Virtualenvwapper And Anaconda

Set Python Version For Each Virtualenv Using Virtualenvwrapper

Using virtualenv I can set the python version to a specific virtual environment via th -p option. T… Read more Set Python Version For Each Virtualenv Using Virtualenvwrapper

Many Problems With Python's Virtualenv

I've been having a lot of trouble with getting virtualenv to work. First I installed it via pip… Read more Many Problems With Python's 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?