Skip to content

Commit 567674e

Browse files
committed
Remove obsolete information about pip environment vars
Remove obsolete instructions about integrating with pip using environment variables that are no longer supported. Fixes bug #225 Change-Id: I0e10f79a2c4cd6c1ef85c1f88e203521f03bbbef
1 parent 44d1070 commit 567674e

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

docs/source/tips.rst

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -39,25 +39,6 @@ I also added the command 'rehash' to ``$WORKON_HOME/postactivate`` and
3939
``$WORKON_HOME/postdeactivate`` as I was having some problems with zsh
4040
not picking up the new paths immediately.
4141

42-
Tying to pip's virtualenv support
43-
=================================
44-
45-
Via http://becomingguru.com/:
46-
47-
Add this to your shell login script to make pip use the same directory
48-
for virtualenvs as virtualenvwrapper::
49-
50-
export PIP_VIRTUALENV_BASE=$WORKON_HOME
51-
52-
and Via Nat:
53-
54-
in addition to what becomingguru said, this line is key::
55-
56-
export PIP_RESPECT_VIRTUALENV=true
57-
58-
That makes pip detect an active virtualenv and install to it, without
59-
having to pass it the -E parameter.
60-
6142
Creating Project Work Directories
6243
=================================
6344

0 commit comments

Comments
 (0)