Chris McDonough
2013-01-02 ecece60de4f8c21b0f0d4f7db45ea05e905ca1e3
Merge branch 'pyvenv' of git://github.com/tshepang/pyramid into tshepang-pyvenv
1 files modified
17 ■■■■ changed files
docs/narr/install.rst 17 ●●●● patch | view | raw | blame | history
docs/narr/install.rst
@@ -249,18 +249,19 @@
.. warning::
   Even though Python 3.3 and better comes with ``pyvenv`` out of the box,
   which is similar to ``virtualenv``, we suggest using ``virtualenv`` instead.
   ``virtualenv`` works on well Python 3.3.  This isn't a recommendation made
   for technical reasons, it's one made because it's not feasible for the
   Python 3.3 includes ``pyvenv`` out of the box, which provides similar
   functionality to ``virtualenv``.
   We however suggest using ``virtualenv`` instead,
   which works well with Python 3.3.
   This isn't a recommendation made for technical reasons;
   it's made because it's not feasible for the
   authors of this guide to explain setup using multiple virtual environment
   systems.  We are aiming to not need to make the installation documentation
   Turing-complete.
   ``pyvenv`` will work fine.  However, if you use ``pyvenv`` instead of
   ``virtualenv``, you'll need to understand how to install software such as
   ``distribute`` into the virtual environment manually, which this guide does
   not cover.
   If you insist on using ``pyvenv``, you'll need to understand how to install
   software such as``distribute`` into the virtual environment manually,
   which this guide does not cover.
.. code-block:: text