gnome-tweak-tool icon indicating copy to clipboard operation
gnome-tweak-tool copied to clipboard

`#/usr/bin/env python3` violates after changing default python

Open the0demiurge opened this issue 6 years ago • 0 comments

when using anaconda, the default python becomes anaconda/python, rather than systen python, which makes gnome-tweak-tool unable to start.

Suggestion: change the shebang to #/usr/bin/python2 or #!/usr/bin/python3

the0demiurge avatar May 01 '18 08:05 the0demiurge