Skip to content

Commit 2b82bfc

Browse files
author
Kenneth Reitz
committed
Merge pull request realpython#216 from artiegold/master
Close realpython#193. Notes on virtualenv.
2 parents a5a4e58 + 19db184 commit 2b82bfc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/dev/env.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -234,6 +234,7 @@ Other Notes
234234
Running ``virtualenv`` with the option ``--no-site-packages`` will not
235235
include the packages that are installed globally. This can be useful
236236
for keeping the package list clean in case it needs to be accessed later.
237+
[This is the default behavior for ``virtualenv`` 1.7 and later.]
237238

238239
In order to keep your environment consistent, it's a good idea to "freeze"
239240
the current state of the environment packages. To do this, run
@@ -277,6 +278,7 @@ Put this into your `~/.bash_profile` (Linux/Mac) file:
277278

278279
This will prevent your virtualenvs from relying on your (global) site packages
279280
directory, so that they are completely separate..
281+
[note: This is the default behavior for ``virtualenv`` 1.7 and later]
280282

281283
Other Tools
282284
:::::::::::

0 commit comments

Comments
 (0)