Skip to content

Commit

Permalink
use virtualenv --no-site-packages --distribute for workspace setup
Browse files Browse the repository at this point in the history
  • Loading branch information
stfp committed Feb 8, 2011
1 parent 27277ad commit f1b8a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jenkins-setup-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cd $WORKSPACE

# setup ve
virtualenv -q ve
virtualenv --no-site-packages --distribute -q ve
source ./ve/bin/activate

# dev install - installs requirements as well
Expand Down

0 comments on commit f1b8a37

Please sign in to comment.