解决"easy_install command not found"问题记录
时间:2020-03-15 17:58:52
收藏:0
阅读:364
wget https://bootstrap.pypa.io/ez_setup.py -O - | python

easy_install安装完毕,这个时候我们再去安装需要的环境就没有问题。
原文:https://www.cnblogs.com/forforever/p/12498607.html
评论(0)