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 3e9b176 commit 5e60d1cCopy full SHA for 5e60d1c
ChangeLog
@@ -1,3 +1,8 @@
1
+2010-09-14 Doug Hellmann <dhellmann@racemi.com>
2
+
3
+ * virtualenvwrapper.sh (workon): Use the brief list format by
4
+ default.
5
6
2010-08-16 Doug Hellmann <dhellmann@racemi.com>
7
8
* virtualenvwrapper/user_scripts.py (get_env_details): New hook to
setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
PROJECT = 'virtualenvwrapper'
-VERSION = '2.5'
+VERSION = '2.5.1'
# Bootstrap installation of Distribute
import distribute_setup
virtualenvwrapper.sh
@@ -307,7 +307,7 @@ workon () {
307
typeset env_name="$1"
308
if [ "$env_name" = "" ]
309
then
310
- lsvirtualenv
+ lsvirtualenv -b
311
return 1
312
fi
313
0 commit comments