File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -234,6 +234,7 @@ Other Notes
234
234
Running ``virtualenv `` with the option ``--no-site-packages `` will not
235
235
include the packages that are installed globally. This can be useful
236
236
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.]
237
238
238
239
In order to keep your environment consistent, it's a good idea to "freeze"
239
240
the current state of the environment packages. To do this, run
@@ -277,6 +278,7 @@ Put this into your `~/.bash_profile` (Linux/Mac) file:
277
278
278
279
This will prevent your virtualenvs from relying on your (global) site packages
279
280
directory, so that they are completely separate..
281
+ [note: This is the default behavior for ``virtualenv `` 1.7 and later]
280
282
281
283
Other Tools
282
284
:::::::::::
You can’t perform that action at this time.
0 commit comments