如果命令找不到pip: cd "C:\program files\python35-32\Scripts" 然后 easy_install.exe pip 如果給ipython指定版本例如7.9: pip install Ipython==7.9 --index https://pypi.mirrors.ustc.edu.cn/simple 安裝numpy: pip install numpy --index https://pypi.mirrors.ustc.edu.cn/simple 安裝panda: pip install panda --index https://pypi.mirrors.ustc.edu.cn/simple,,安裝有問題,,需要先下載pandas-0.22.0-cp35-cp35m-win32.whl,,然后pip install pandas-0.22.0-cp35-cp35m-win32.whl。注意如果報permission denided是由于文件夾沒有寫權(quán)限,,需要用“管理員權(quán)限打開dos或者cmder"再執(zhí)行pip操作 更新pip再安裝jupyter:pip install --upgrade pip --index https://pypi.mirrors.ustc.edu.cn/simple,,安裝pip install jupyter --index https://pypi.mirrors.ustc.edu.cn/simple
|