Closed l33tkr3w closed 6 months ago
Noticed that when glaDOS.py would attempt to launch I would just get a new line and no execution. Checking python --verison I see that the automatically created venv was using python 3.9. Switching to a venv of python 3.12.3 worked for me.
Maybe it could be explicitly defined. Good work
sure, will push a fix now!
Fixed in commit e0d9198
Noticed that when glaDOS.py would attempt to launch I would just get a new line and no execution. Checking python --verison I see that the automatically created venv was using python 3.9. Switching to a venv of python 3.12.3 worked for me.
Maybe it could be explicitly defined. Good work