File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed
Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,8 @@ All of the commands below are to be used on the Terminal command line.
1111Managing Environments
1212=====================
1313
14+ .. _command-mkvirtualenv :
15+
1416mkvirtualenv
1517------------
1618
@@ -20,7 +22,8 @@ Syntax::
2022
2123 mkvirtualenv [options] ENVNAME
2224
23- (any options are passed directly to ``virtualenv ``)
25+ All command line options are passed directly to ``virtualenv ``. The
26+ new environment is automatically activated after being initialized.
2427
2528.. seealso ::
2629
Original file line number Diff line number Diff line change 99 - Switch to ``tempfile `` command for creating temporary hook files.
1010 - Test import of virtualenvwrapper.hook_loader on startup and report
1111 the error in a way that should help the user figure out how to fix
12- it.
12+ it (issue #33).
13+ - Update :ref: `command-mkvirtualenv ` documentation to include the
14+ fact that a new environment is activated immediately after it is
15+ created (issue #30).
1316
14172.0.2
1518
You can’t perform that action at this time.
0 commit comments