Skip to content

Commit 6c223b9

Browse files
authored
Merge pull request #991 from morenoh149/patch-4
Replace Autoenv with direnv
2 parents 3b83106 + fe7c85b commit 6c223b9

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

docs/dev/virtualenvs.rst

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -427,20 +427,15 @@ virtualenv-burrito
427427
With `virtualenv-burrito <https://github.com/brainsik/virtualenv-burrito>`_, you
428428
can 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>`_
433433
automagically activates the environment.
434434

435435
Install 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>`

0 commit comments

Comments
 (0)