Skip to content

Commit

Permalink
Py3.x doesn't need a separate virtualenv any more.
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Apr 26, 2011
1 parent a5cc756 commit 4adf9b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_ve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ do
echo The version is $ver

# Make the virtualenv
$p/bin/virtualenv$suff $ve/$ver
$p/bin/virtualenv $ve/$ver

# Activate the virtualenv
source $ve/$ver/bin/activate
Expand Down

0 comments on commit 4adf9b4

Please sign in to comment.