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
commita64cdfd45a453782d4277523bdafd72bbdb44143 (patch)
tree77cc9dd5361422f02bf2feec2e10c66a7f135d8f
parentddc7615dbf13d8d992e1522890260629422fb86c (diff)
downloadpython-coveragepy-a64cdfd45a453782d4277523bdafd72bbdb44143.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 6493fa9..4833e93 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