mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 06:46:17 +00:00
Merge pull request #177 from epequeno/virtualenv
remove deprecated flag
This commit is contained in:
@@ -58,7 +58,7 @@ project's directory
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
$ virtualenv --distribute venv
|
||||
$ virtualenv venv
|
||||
|
||||
To use an environment, run ``source venv/bin/activate``. Your command prompt
|
||||
will change to show the active environment. Once you have finished working in
|
||||
|
||||
Reference in New Issue
Block a user