StefanReder / WINMOL_Analyzer

https://stefanreder.github.io/WINMOL_Analyzer/
GNU General Public License v3.0
0 stars 0 forks source link

fix: copy python in venv creation #29

Closed ahennr closed 7 months ago

ahennr commented 7 months ago

Try to use copies rather than symlinks, even when symlinks are the default for the platform.

https://docs.python.org/3/library/venv.html

Fixes bug in creation of venv in Ubuntu

Please review @Momen-Mawad @StefanReder