venv with Windows Store base does not have correct sys.path #117786
Labels
3.13
new features, bugs and security fixes
OS-windows
release-blocker
topic-venv
Related to the venv module
type-bug
An unexpected behavior, bug, or error
Bug report
Appears to be new in 3.13.0a6, as I've been using it with a5 and it's only after updating that I noticed.
Basically, the venv's prefix and site-packages directories are not present in
sys.path
when the base interpreter is from a Store install, and it has the user site. I need to investigate further to figure out exactly why.Test code:
If anyone wants to help check it out, the Store page for alpha releases is https://www.microsoft.com/store/apps/9PNRBTZXMB4Z
Linked PRs
The text was updated successfully, but these errors were encountered: