Difference between revisions of "Python on verbs"
From CompSemWiki
Jump to navigationJump to searchCompSemUser (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,...") |
CompSemUser (talk | contribs) |
||
Line 1: | Line 1: | ||
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. | 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 | + | alias python=/usr/local/python3/bin/python3.5 |
+ | |||
export PYTHONPATH=/usr/local/python3/lib/python3.5/site-packages/:/data/home/verbs/shared/ | export PYTHONPATH=/usr/local/python3/lib/python3.5/site-packages/:/data/home/verbs/shared/ | ||
+ | |||
export PATH=$PYTHONPATH:$PATH | export PATH=$PYTHONPATH:$PATH |
Latest revision as of 22:57, 9 October 2018
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