mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +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
|
.. code-block:: console
|
||||||
|
|
||||||
$ virtualenv --distribute venv
|
$ virtualenv venv
|
||||||
|
|
||||||
To use an environment, run ``source venv/bin/activate``. Your command prompt
|
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
|
will change to show the active environment. Once you have finished working in
|
||||||
|
|||||||
Reference in New Issue
Block a user