Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upunpimp virtual environment in Quick Tutorial #3065
Comments
stevepiercy
self-assigned this
May 29, 2017
stevepiercy
added
the
docs
label
May 29, 2017
mmerickel
added this to the 1.9 milestone
Jun 2, 2017
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
stevepiercy
Jun 11, 2017
Member
Upon further review, we don't instruct the user to put a virtual environment inside a virtual environment for either Quick Tutorial or Quick Tour. We merely tell the user to install cookiecutter into their already established virtual environment from http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/requirements.html#create-a-virtual-environment, then run cookiecutter from there to generate a Pyramid project into a new directory that is outside of the env. Not sure where this idea originated, but I'm closing it as being incorrect.
|
Upon further review, we don't instruct the user to put a virtual environment inside a virtual environment for either Quick Tutorial or Quick Tour. We merely tell the user to install cookiecutter into their already established virtual environment from http://docs.pylonsproject.org/projects/pyramid/en/latest/quick_tutorial/requirements.html#create-a-virtual-environment, then run cookiecutter from there to generate a Pyramid project into a new directory that is outside of the env. Not sure where this idea originated, but I'm closing it as being incorrect. |
stevepiercy commentedMay 29, 2017
Yo, we put a virtual environment inside of your virtual environment. This is a remnant from when we did not have cookiecutters. Instead use the virtual environment created in the Prelude for all subsequent steps in the Quick Tutorial.