Skip to content

Are my standard library modules supposed to come from outside my hatch environments? #1777

Answered by ofek
jesshart asked this question in Q&A
Discussion options

You must be logged in to vote

Yes that is expected, every virtual environment (by default) only gets its own site-packages and the standard library uses the parent. There is no reason not to because they are the same code so it saves space.

Replies: 1 comment 1 reply

Comment options

ofek
Nov 5, 2024
Maintainer Sponsor

You must be logged in to vote
1 reply
@jesshart
Comment options

Answer selected by jesshart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants