Skip to content

Commit

Permalink
update to correct Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
edeutsch committed Nov 12, 2024
1 parent 857ade8 commit 88f7315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/autocomplete/RTX_Complete.start
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ fi

cd /mnt/data/orangeboard/$DEVAREA/RTX/code/autocomplete

export PATH=/mnt/data/python/Python-3.9.16/bin:$PATH
export PATH=/mnt/data/python/Python-3.9.18/bin:$PATH

exec python3 -u server.py 1>$LOGFILE 2>$ELOGFILE

0 comments on commit 88f7315

Please sign in to comment.