Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 6c223b9

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

File tree

Expand file treeCollapse file tree

1 file changed

+4
-9
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-9
lines changed

‎docs/dev/virtualenvs.rst

Copy file name to clipboardExpand all lines: docs/dev/virtualenvs.rst
+4-9Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.