Uh oh!
There was an error while loading. Please reload this page.
gh-109414: Add some basic information about venvs in the introduction. - #109440
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
vstinner
commented
Sep 15, 2023
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. |
vstinner
left a comment
There was a problem hiding this comment.
LGTM. I made some suggestions, but you can ignore them ;-)
Co-authored-by: Victor Stinner <vstinner@python.org>
vsajip
commented
Sep 15, 2023
Yes, the list isn't meant to be exhaustive 😉 |
vstinner
left a comment
There was a problem hiding this comment.
LGTM, thanks for the minor updates 😉
miss-islington
commented
Sep 16, 2023
Thanks @vsajip for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
miss-islington
commented
Sep 16, 2023
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 <vinay_sajip@yahoo.co.uk> Co-authored-by: Victor Stinner <vstinner@python.org>
…uction. (pythonGH-109440) (cherry picked from commit a6846d4) Co-authored-by: Vinay Sajip <vinay_sajip@yahoo.co.uk> Co-authored-by: Victor Stinner <vstinner@python.org>
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. |
…uction. (pythonGH-109440) Co-authored-by: Victor Stinner <vstinner@python.org>
venvdocumentation 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