New submission from Jimmy Girardet :
Hi,
With python embed unziped in `38` directory(python 3.8.4):
```
# python38._pth
python38.zip
.
..\\app
# Uncomment to run site.main() automatically
#import site
```
```
PS C:\Users\jimmy\rien\embed> .\38\python.exe -c "import
sys;print(sys.path
Change by Jimmy Girardet :
--
title: python 38 embed ignore python38._pth file -> python 38 embed ignore
python38._pth file on windows
___
Python tracker
<https://bugs.python.org/issu
Jimmy Girardet added the comment:
replacing python38._pth by python._pth does fix it.
--
___
Python tracker
<https://bugs.python.org/issue41304>
___
___
Pytho