Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/Proton.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Eikum <aeikum@codeweavers.com>2018-08-29 15:45:41 +0300
committerAndrew Eikum <aeikum@codeweavers.com>2018-08-29 17:24:41 +0300
commit5286f43fda79c732c3fe979dd2058fdae445b990 (patch)
tree27d9cf481dcd96ff70c326b506246c90710b6106 /user_settings.sample.py
parent59b018c19de4062d529678176583d85fea9ed7ac (diff)
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.
Diffstat (limited to 'user_settings.sample.py')
-rwxr-xr-xuser_settings.sample.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/user_settings.sample.py b/user_settings.sample.py
index a3ee5331..084f0c5b 100755
--- a/user_settings.sample.py
+++ b/user_settings.sample.py
@@ -1,5 +1,3 @@
-#!/usr/bin/env python
-
#to enable these settings, name this file "user_settings.py"
user_settings = {