Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 264 Bytes

File metadata and controls

7 lines (5 loc) · 264 Bytes

WebFaction virtualenv exclude project packages

Adding the following empty file inside the virtualenv directory in your WebFaction python project forces pip to exclude global python packages i.e. Django

touch $VENV_PATH/lib/$PYTHON/sitecustomize.py