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

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

Warning: `pyenv Init -` No Longer Sets Path. Macos

For the wrong reason I updated my pyenv, by running pyenv update, after this every time when I open… Read more Warning: `pyenv Init -` No Longer Sets Path. Macos

Activating Environment In Virtualenvwrapper

i installed virtualenv and virtualenvwrapper and with this command i created an environment: mkvirt… Read more Activating Environment In Virtualenvwrapper

'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

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?