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.
4141 mynewenv
4242 (mynewenv)$
4343
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.
4546
4647The ``-i `` option can be used to install one or more packages (by
4748repeating the option) after the environment is created.
Original file line number Diff line number Diff line change 22Release History
33===============
44
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+
5112.10.1
612
713 - Changed arguments to :ref: `command-mktmpenv ` so it always creates
You can’t perform that action at this time.
0 commit comments