diff options
| author | Michael Merickel <github@m.merickel.org> | 2018-11-18 12:56:45 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-11-18 12:56:45 -0600 |
| commit | 880fcbdf366e231a746dc3ab694b1b88771d23c2 (patch) | |
| tree | b0349a9bfb006c26d454b96aaf7114f1714ba776 /docs/tutorials/wiki2/installation.rst | |
| parent | d4ce9d3f915b18425b4ce5224a51a89342270371 (diff) | |
| parent | 847d1835a5b76da4925ee3248e69148cc4235df9 (diff) | |
| download | pyramid-880fcbdf366e231a746dc3ab694b1b88771d23c2.tar.gz pyramid-880fcbdf366e231a746dc3ab694b1b88771d23c2.tar.bz2 pyramid-880fcbdf366e231a746dc3ab694b1b88771d23c2.zip | |
Merge pull request #5 from stevepiercy/drop-py2
Drop py2
Diffstat (limited to 'docs/tutorials/wiki2/installation.rst')
| -rw-r--r-- | docs/tutorials/wiki2/installation.rst | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/docs/tutorials/wiki2/installation.rst b/docs/tutorials/wiki2/installation.rst index 924927cd4..705979065 100644 --- a/docs/tutorials/wiki2/installation.rst +++ b/docs/tutorials/wiki2/installation.rst @@ -126,16 +126,6 @@ On Unix On Windows ^^^^^^^^^^ -Each version of Python uses different paths, so you will need to adjust the path to the command for your Python version. Recent versions of the Python 3 installer for Windows now install a Python launcher. - -Python 2.7: - -.. code-block:: doscon - - c:\Python27\Scripts\virtualenv %VENV% - -Python 3.7: - .. code-block:: doscon python -m venv %VENV% |
