File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change @@ -427,20 +427,15 @@ virtualenv-burrito
427427With `virtualenv-burrito <https://github.com/brainsik/virtualenv-burrito >`_, you
428428can have a working virtualenv + virtualenvwrapper environment in a single command.
429429
430- autoenv
430+ direnv
431431-------
432- When you ``cd `` into a directory containing a :file: `.env `, `autoenv <https://github.com/kennethreitz/autoenv >`_
432+ When you ``cd `` into a directory containing a :file: `.env `, `direnv <https://direnv.net >`_
433433automagically activates the environment.
434434
435435Install it on Mac OS X using ``brew ``:
436436
437437.. code-block :: console
438438
439- $ brew install autoenv
439+ $ brew install direnv
440440
441- And on Linux:
442-
443- .. code-block :: console
444-
445- $ git clone git://github.com/kennethreitz/autoenv.git ~/.autoenv
446- $ echo 'source ~/.autoenv/activate.sh' >> ~/.bashrc
441+ On Linux follow the instructions at `direnv.net <https://direnv.net> `
You can’t perform that action at this time.
0 commit comments