1
0
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:
2016-11-15 10:29:11 +01:00
parent 422fdf0d58
commit 93b98bbe2b

View File

@@ -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"