We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4c268 commit cd77c94Copy full SHA for cd77c94
2 files changed
docs/en/command_ref.rst
@@ -41,7 +41,8 @@ activated after being initialized.
41
mynewenv
42
(mynewenv)$
43
44
-The ``-a`` option can be used to associate a project with the new environment.
+The ``-a`` option can be used to associate an existing project
45
+directory with the new environment.
46
47
The ``-i`` option can be used to install one or more packages (by
48
repeating the option) after the environment is created.
docs/en/history.rst
@@ -2,6 +2,12 @@
2
Release History
3
===============
4
5
+dev
6
+
7
+ - Add ``-a`` option to :ref:`command-mkvirtualenv` to associate a
8
+ new virtualenv with an existing project directory. Contributed by
9
+ Mike Fogel (:bbuser:`mfogel`).
10
11
2.10.1
12
13
- Changed arguments to :ref:`command-mktmpenv` so it always creates
0 commit comments