mirror of
https://github.com/ValveSoftware/Proton
synced 2025-09-01 07:05:24 +00:00
proton: Call python3 explicitly on Linux
Frustratingly, Ubuntu ships no python binary by default, only python3, so we can't just call python and expect it to work. This will fail on distros that don't ship python3, but them's the breaks.
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
#to enable these settings, name this file "user_settings.py"
|
||||
|
||||
user_settings = {
|
||||
|
Reference in New Issue
Block a user