mirror of
https://github.com/gryf/pygtktalog.git
synced 2025-12-17 19:40:21 +01:00
Making shell wraper more generic
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
# change path to pygtktalog.py file full path, then you can move this shell
|
# change path to pygtktalog.py file full path, then you can move this shell
|
||||||
# script to desired place (like /usr/bin, /usr/local/bin, ~/bin and so on)
|
# script to desired place (like /usr/bin, /usr/local/bin, ~/bin and so on)
|
||||||
path_to_gtktalog_directory="."
|
path_to_gtktalog_directory=$(readlink -e $(dirname $0))
|
||||||
|
|
||||||
# python interpreter
|
# python interpreter
|
||||||
python_intrpreter="/usr/bin/python"
|
python_intrpreter="/usr/bin/python"
|
||||||
|
|||||||
Reference in New Issue
Block a user