File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed
Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -137,3 +137,21 @@ Other useful commands
137137 Shows contents of ``site-packages `` directory.
138138
139139`Full list of virtualenvwrapper commands <http://www.doughellmann.com/docs/virtualenvwrapper/command_ref.html#managing-environments >`_.
140+
141+ autoenv
142+ -------
143+ When you ``cd `` into a directory containing a ``.env `` `autoenv <https://github.com/kennethreitz/autoenv >`_
144+ automagically activates the environment.
145+
146+ Install it on Mac OS X using ``brew ``:
147+
148+ .. code-block :: console
149+
150+ $ brew install autoenv
151+
152+ And on Linux:
153+
154+ .. code-block :: console
155+
156+ $ git clone git://github.com/kennethreitz/autoenv.git ~/.autoenv
157+ $ echo 'source ~/.autoenv/activate.sh' >> ~/.bashrc
You can’t perform that action at this time.
0 commit comments