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.
11
11
Managing Environments
12
12
=====================
13
13
14
+ .. _command-mkvirtualenv :
15
+
14
16
mkvirtualenv
15
17
------------
16
18
@@ -20,7 +22,8 @@ Syntax::
20
22
21
23
mkvirtualenv [options] ENVNAME
22
24
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.
24
27
25
28
.. seealso ::
26
29
Original file line number Diff line number Diff line change 9
9
- Switch to ``tempfile `` command for creating temporary hook files.
10
10
- Test import of virtualenvwrapper.hook_loader on startup and report
11
11
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).
13
16
14
17
2.0.2
15
18
You can’t perform that action at this time.
0 commit comments