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

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

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?

'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

Running Non-system Python With Virtualenv In 32bit Mode On Os X

Short Question Using virtualenv / virtualenvwrapper is it possible to add a prefix to the python ca… Read more Running Non-system Python With Virtualenv In 32bit Mode On Os X