Eryk Sun <eryk...@gmail.com> added the comment:

> symlinks do not work for me

Sorry, I forgot that you're using the store app. The store app has to use the 
copied venv launchers. 

When a store app is run from the command line, the system executes an appexec 
link from "%LocalAppData%\Microsoft\WindowsApps". Unfortunately appexec links 
have to be executed directly in order for CreateProcessW() to find the required 
app information that's in the link. The API doesn't manually reparse symlinks 
until it reaches an appexec link.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue46056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to