JustTemmie / steam-presence

A script that takes the game you're playing on steam and displays it on discord
MIT License
243 stars 18 forks source link

To specific python version in installer.sh #11

Closed eXeler0n closed 1 year ago

eXeler0n commented 1 year ago

Hey,

in the file installer.sh I had problems, because in line 65 the command is python3.10 -m venv . This created errors on my machine as I have Python 3.11.3 installe, so python3.10 isn't working.

Changing the line to python3 -m venv . solved the problem and should be future proof (as long as 3 is the main version).

miermontoto commented 1 year ago

yesterday I created a pull request that fixes this issue: https://github.com/JustTemmie/steam-presence/pull/10

JustTemmie commented 1 year ago

fixed by #10