summaryrefslogtreecommitdiff
path: root/docs/narr/i18n.rst
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-04-12 07:01:29 -0700
committerSteve Piercy <web@stevepiercy.com>2016-04-12 07:01:29 -0700
commita7036807edc54987f4c42eeb459d950760216b6f (patch)
tree78e5994d2119b45461ea7c1ba924b8d000d7ac62 /docs/narr/i18n.rst
parent654821decedd4f70e6de22e177b216f18524e609 (diff)
parentd67566acebf890a603fad0e9069d5e131dfb5b31 (diff)
downloadpyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.gz
pyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.bz2
pyramid-a7036807edc54987f4c42eeb459d950760216b6f.zip
Merge pull request #2484 from stevepiercy/docs/easy-install-to-pip.2104
one does not simply "create a virtualenv". one should "create a virtu…
Diffstat (limited to 'docs/narr/i18n.rst')
-rw-r--r--docs/narr/i18n.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/narr/i18n.rst b/docs/narr/i18n.rst
index b385eaf96..93e355ffe 100644
--- a/docs/narr/i18n.rst
+++ b/docs/narr/i18n.rst
@@ -270,12 +270,12 @@ system run this command:
$ sudo apt-get install gettext
Installing Lingua is done with the Python packaging tools. If the
-:term:`virtualenv` into which you've installed your :app:`Pyramid` application
-lives in ``/my/virtualenv``, you can install Lingua like so:
+:term:`virtual environment` into which you've installed your :app:`Pyramid`
+application lives in ``/my/venv``, you can install Lingua like so:
.. code-block:: text
- $ cd /my/virtualenv
+ $ cd /my/venv
$ $VENV/bin/easy_install lingua
Installation on Windows
@@ -288,8 +288,8 @@ compile it yourself. Make sure the installation path is added to your
``$PATH``.
Installing Lingua is done with the Python packaging tools. If the
-:term:`virtualenv` into which you've installed your :app:`Pyramid` application
-lives in ``C:\my\virtualenv``, you can install Lingua like so:
+:term:`virtual environment` into which you've installed your :app:`Pyramid`
+application lives in ``C:\my\venv``, you can install Lingua like so:
.. code-block:: text