Mac Jython 安装


1>Click the jython2.7b1.jar to install.

2>set the path in /etc/profile or ~/.bash_profile

#Jython

export JYTHON_HOME=/Users/Siro/jython2.7b1
export JYTHONPATH=$JYTHON_HOME/Lib

# Path
export PATH=$JAVA_HOME/bin:$JYTHON_HOME:$PATH

3> Check whether install successful in terminal.

input jython in terminal.

4> some times you cannot get the correct info, you should create the link

ln -s /Users/Siro/jython2.7b1 /usr/bin

5> check the jython in termianl again. you can get the correct info.

相关内容

    暂无相关文章

评论关闭