diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-12 06:43:38 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-12 06:43:38 -0700 |
| commit | d67566acebf890a603fad0e9069d5e131dfb5b31 (patch) | |
| tree | 78e5994d2119b45461ea7c1ba924b8d000d7ac62 /docs/narr/install.rst | |
| parent | 654821decedd4f70e6de22e177b216f18524e609 (diff) | |
| download | pyramid-d67566acebf890a603fad0e9069d5e131dfb5b31.tar.gz pyramid-d67566acebf890a603fad0e9069d5e131dfb5b31.tar.bz2 pyramid-d67566acebf890a603fad0e9069d5e131dfb5b31.zip | |
one does not simply "create a virtualenv". one should "create a virtual environment".
- Fixes #2483
Diffstat (limited to 'docs/narr/install.rst')
| -rw-r--r-- | docs/narr/install.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 548d040f1..7cd47d681 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -150,7 +150,7 @@ After installing Python as described previously in :ref:`for-mac-os-x-users` or :ref:`if-you-don-t-yet-have-a-python-interpreter-unix`, and satisfying the :ref:`requirements-for-installing-packages`, you can now install Pyramid. -#. Make a :term:`virtualenv` workspace: +#. Make a :term:`virtual environment` workspace: .. code-block:: bash @@ -184,7 +184,7 @@ After installing Python as described previously in :ref:`if-you-don-t-yet-have-a-python-interpreter-windows`, and satisfying the :ref:`requirements-for-installing-packages`, you can now install Pyramid. -#. Make a :term:`virtualenv` workspace: +#. Make a :term:`virtual environment` workspace: .. code-block:: ps1con |
