We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55de7c4 commit 3249cabCopy full SHA for 3249cab
docsource/history.rst
@@ -1,6 +1,8 @@
1
===============
2
Release History
3
4
+
5
+1.27
6
7
- Added cpvirtualenv command [Thomas Desvenain]
8
pavement.py
@@ -28,7 +28,7 @@
28
29
# What project are we building?
30
PROJECT = 'virtualenvwrapper'
31
-VERSION = '1.26'
+VERSION = '1.27'
32
os.environ['VERSION'] = VERSION
33
34
# Read the long description to give to setup
virtualenvwrapper_bashrc
@@ -424,6 +424,7 @@ function lssitepackages () {
424
fi
425
}
426
427
+# Duplicate the named virtualenv to make a new one.
428
function cpvirtualenv() {
429
430
typeset env_name="$1"
0 commit comments