Python on verbs

From CompSemWiki
Revision as of 22:54, 9 October 2018 by CompSemUser (talk | contribs) (Created page with "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,...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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