[关闭]
@EggGump 2018-07-02T15:44:30.000000Z 字数 179 阅读 401

python多版本并存

python


Windows

where 命令名:查看命令在哪个目录
给python命一个新名

Linux:

echo $PATH :查看PATH
whereis 命令名
ln -s /usr/bin/python3.5 /usr/bin/python3
ln -s /usr/bin/python2.7 /usr/bin/python2
建立软链接
后面自己脑补pip的修改

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注