-
-
Notifications
You must be signed in to change notification settings - Fork 31.9k
gh-109414: Add some basic information about venvs in the introduction. #109440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
I'm using venv as a sandbox to install libraries that I don't want to install system-wide, but your definition implies that. I'm also using them to modify the code: it's convenient to develop, since changes are "undone" when I remove (and recreate) the venv. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. I made some suggestions, but you can ignore them ;-)
Co-authored-by: Victor Stinner <[email protected]>
Yes, the list isn't meant to be exhaustive 😉 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks for the minor updates 😉
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
…uction. (pythonGH-109440) (cherry picked from commit a6846d4) Co-authored-by: Vinay Sajip <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
…uction. (pythonGH-109440) (cherry picked from commit a6846d4) Co-authored-by: Vinay Sajip <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
GH-109480 is a backport of this pull request to the 3.11 branch. |
GH-109481 is a backport of this pull request to the 3.12 branch. |
…duction. (GH-109440) (#109481) gh-109414: Add some basic information about venvs in the introduction. (GH-109440) (cherry picked from commit a6846d4) Co-authored-by: Vinay Sajip <[email protected]> Co-authored-by: Victor Stinner <[email protected]>
…uction. (pythonGH-109440) Co-authored-by: Victor Stinner <[email protected]>
venv
documentation that users should **not** put their code _inside_ the virtual environment #109414📚 Documentation preview 📚: https://cpython-previews--109440.org.readthedocs.build/en/109440/library/venv.html