summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xnxt-python-fantom/scripts/pyenv-nxt_test4
-rwxr-xr-xnxt-python-fantom/scripts/pyenv-syspython2
2 files changed, 3 insertions, 3 deletions
diff --git a/nxt-python-fantom/scripts/pyenv-nxt_test b/nxt-python-fantom/scripts/pyenv-nxt_test
index 32b097b..c78061c 100755
--- a/nxt-python-fantom/scripts/pyenv-nxt_test
+++ b/nxt-python-fantom/scripts/pyenv-nxt_test
@@ -1,3 +1,3 @@
#!/bin/sh
-export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom
-arch -i386 /usr/bin/python2.6 /Users/tcmac/gitrepo/armdebug/nxt-python-fantom/scripts/nxt_test
+export PYTHONPATH=~/gitrepo/armdebug/nxt-python-fantom
+arch -i386 /usr/bin/python2.6 ~/gitrepo/armdebug/nxt-python-fantom/scripts/nxt_test
diff --git a/nxt-python-fantom/scripts/pyenv-syspython b/nxt-python-fantom/scripts/pyenv-syspython
index 112e406..cea6c52 100755
--- a/nxt-python-fantom/scripts/pyenv-syspython
+++ b/nxt-python-fantom/scripts/pyenv-syspython
@@ -1,3 +1,3 @@
#!/bin/sh
-export PYTHONPATH=/Users/tcmac/gitrepo/armdebug/nxt-python-fantom
+export PYTHONPATH=~/gitrepo/armdebug/nxt-python-fantom
arch -i386 /usr/bin/python2.6