@@ -18,10 +18,13 @@ their dependencies.
1818Features
1919========
2020
21- 1. Organizes all of your virtual environments in one place.
22- 2. Wrappers for creating and deleting environments, including user-configurable hooks.
23- 3. Use a single command to switch between environments.
24- 4. Tab completion for commands that take a virtual environment as argument.
21+ 1. Organizes all of your virtual environments in one place.
22+ 2. Wrappers for managing your virtual environments (create, delete,
23+ copy).
24+ 3. Use a single command to switch between environments.
25+ 4. Tab completion for commands that take a virtual environment as
26+ argument.
27+ 5. User-configurable hooks for all operations.
2528
2629===========
2730Quick Setup
@@ -34,7 +37,7 @@ Quick Setup
3437 live and the location of the script installed with this package::
3538
3639 export WORKON_HOME=$HOME/.virtualenvs
37- source /usr/local/bin/virtualenvwrapper_bashrc
40+ source /usr/local/bin/virtualenvwrapper.sh
3841
39423. Run: ``source ~/.bashrc ``
40434. Run: ``workon ``
@@ -44,6 +47,15 @@ Quick Setup
44478. Run: ``workon ``
45489. This time, the ``temp `` environment is included.
4649
50+ Upgrading from 1.x
51+ ==================
52+
53+ The shell script containing the wrapper functions has been renamed in
54+ the 2.x series to reflect the fact that shells other than bash are
55+ supported. In your startup file, change ``source
56+ /usr/local/bin/virtualenvwrapper_bashrc `` to ``source
57+ /usr/local/bin/virtualenvwrapper.sh ``.
58+
4759=======
4860Details
4961=======
0 commit comments