Skip to content

Commit 62f0fe6

Browse files
committed
Update docs for mkvirtualenv to fix #30
1 parent 3b5fdc2 commit 62f0fe6

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

docs/source/command_ref.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ All of the commands below are to be used on the Terminal command line.
1111
Managing Environments
1212
=====================
1313

14+
.. _command-mkvirtualenv:
15+
1416
mkvirtualenv
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

docs/source/history.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,10 @@ Dev
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

1417
2.0.2
1518

0 commit comments

Comments
 (0)