diff options
author | Matt Iversen <teh.ivo@gmail.com> | 2016-01-27 07:08:18 +1100 |
---|---|---|
committer | Matt Iversen <teh.ivo@gmail.com> | 2016-01-27 07:08:18 +1100 |
commit | 1d1f1de70e822892c92748ef5da150deee6c081e (patch) | |
tree | ee8f5c2752781df4e908268a0bb6ef9500a15bbc | |
parent | e2b2986c4e61d0ca2be63881e09e9a0241dd9415 (diff) | |
download | virtualenv-1d1f1de70e822892c92748ef5da150deee6c081e.tar.gz |
Make note that other activate.* files exist
-rw-r--r-- | docs/userguide.rst | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/userguide.rst b/docs/userguide.rst index d9ff5aa..35f0dc9 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -45,7 +45,9 @@ On Posix systems, this resides in :file:`/ENV/bin/`, so you can run:: $ source bin/activate For some shells (e.g. the original Bourne Shell) you may need to use the -:command:`.` command, when :command:`source` does not exist. +:command:`.` command, when :command:`source` does not exist. There are also +separate activate files for some other shells, like csh and fish. +:file:`bin/activate` should work for bash/zsh/dash. This will change your ``$PATH`` so its first entry is the virtualenv's ``bin/`` directory. (You have to use ``source`` because it changes your |