File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ activated after being initialized.
41
41
mynewenv
42
42
(mynewenv)$
43
43
44
- The ``-a `` option can be used to associate a project with the new environment.
44
+ The ``-a `` option can be used to associate an existing project
45
+ directory with the new environment.
45
46
46
47
The ``-i `` option can be used to install one or more packages (by
47
48
repeating the option) after the environment is created.
Original file line number Diff line number Diff line change 2
2
Release History
3
3
===============
4
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
+
5
11
2.10.1
6
12
7
13
- Changed arguments to :ref: `command-mktmpenv ` so it always creates
You can’t perform that action at this time.
0 commit comments