diff options
-rwxr-xr-x | build_ve.sh | 2 |
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 |