diff options
| author | Steve Piercy <web@stevepiercy.com> | 2017-05-17 04:01:27 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2017-05-17 04:01:27 -0700 |
| commit | b730ae3a4706df6e5cf39a91b23ec67225fc63db (patch) | |
| tree | 0e7b2faf586c53be644f4c63c0a983ce43864211 /docs/quick_tour.rst | |
| parent | c74cc428d941e60904b9899463a517207c0cf6b2 (diff) | |
| download | pyramid-b730ae3a4706df6e5cf39a91b23ec67225fc63db.tar.gz pyramid-b730ae3a4706df6e5cf39a91b23ec67225fc63db.tar.bz2 pyramid-b730ae3a4706df6e5cf39a91b23ec67225fc63db.zip | |
remove bad path from python executable
- Closes #3044
Diffstat (limited to 'docs/quick_tour.rst')
| -rw-r--r-- | docs/quick_tour.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/quick_tour.rst b/docs/quick_tour.rst index de896939a..1265012ab 100644 --- a/docs/quick_tour.rst +++ b/docs/quick_tour.rst @@ -46,7 +46,7 @@ For Windows: # set an environment variable to where you want your virtual environment c:\\> set VENV=c:\\env # create the virtual environment - c:\\> %VENV%\\Scripts\\python -m venv %VENV% + c:\\> python -m venv %VENV% # install pyramid c:\\> %VENV%\\Scripts\\pip install pyramid # or for a specific released version |
