summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2011-04-25 21:08:46 -0400
committerNed Batchelder <ned@nedbatchelder.com>2011-04-25 21:08:46 -0400
commit4adf9b46ce958c33aaede3bb1b9521cea6b1eb53 (patch)
tree37281d2acab00de72511e2fba2d6044fcd472558
parenta5cc7561ff30d8b96c5c36af729c267a0664f94a (diff)
downloadpython-coveragepy-git-4adf9b46ce958c33aaede3bb1b9521cea6b1eb53.tar.gz
Py3.x doesn't need a separate virtualenv any more.
-rwxr-xr-xbuild_ve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build_ve.sh b/build_ve.sh
index 6493fa99..4833e93d 100755
--- a/build_ve.sh
+++ b/build_ve.sh
@@ -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