Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
clean up a bit more files when building vendor env
Browse files Browse the repository at this point in the history
  • Loading branch information
ianb committed Jan 30, 2012
1 parent 7053aa4 commit 8cba185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup-vendor.sh
Expand Up @@ -37,7 +37,7 @@ fi
cd $basedir
echo "Recreating virtualenv environment"
rm -rf build-env
rm -rf vendor/setuptools-*.egg vendor/pip-*.egg
rm -rf vendor/setuptools-*.egg vendor/pip-*.egg vendor/setuptools.pth vendor/distribute-*.egg
virtualenv -q --python python$pyversion --no-site-packages build-env
# Move the default site-packages out of the way
mv build-env/lib/python$pyversion/site-packages/ build-env/lib/python$pyversion/orig-site-packages
Expand Down

0 comments on commit 8cba185

Please sign in to comment.