vim ~/.bash_profile
在.bash_profile中添加一下两行
PYTHONPATH=/mnt/udisk/project/myproject/wanwenyc
export PYTHONPATH
修改完成执行以下命令生效
#source ~/.bash_profile