diff --git a/.rc.d/python.sh b/.rc.d/python.sh new file mode 100755 index 0000000..3ffc468 --- /dev/null +++ b/.rc.d/python.sh @@ -0,0 +1,3 @@ +# TODO see the java script for ideas. This should either detect a "best" python version or maybe just be removed. +export PATH="${PATH}:/Users/tom/Library/Python/3.9/bin" +export PYTHONPATH="{$PYTHONPATH}:/Users/tom/Library/Python/3.9/bin"