Python on verbs
From CompSemWiki
Revision as of 22:57, 9 October 2018 by CompSemUser (talk | contribs)
For now we will keep 2.6 as the default version of Python on verbs. But for anyone who wants to check out updating their code (Anafora, UVI, Stamp, Semlink, etc). to Python 3.5, here is the pathname for reaching it on verbs.
alias python=/usr/local/python3/bin/python3.5
export PYTHONPATH=/usr/local/python3/lib/python3.5/site-packages/:/data/home/verbs/shared/
export PATH=$PYTHONPATH:$PATH