File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed
Filter options
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
427
427
With `virtualenv-burrito <https://github.com/brainsik/virtualenv-burrito >`_, you
428
428
can have a working virtualenv + virtualenvwrapper environment in a single command.
429
429
430
- autoenv
430
+ direnv
431
431
-------
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 >`_
433
433
automagically activates the environment.
434
434
435
435
Install it on Mac OS X using ``brew ``:
436
436
437
437
.. code-block :: console
438
438
439
- $ brew install autoenv
439
+ $ brew install direnv
440
440
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