spyder自带python 环境 没有 pip(Spyder comes with a python environment without pip)-python
spyder自带python 环境 没有 pip(Spyder comes with a python environment without pip)
到官方看看咋办吧
方法 1
# 切换到C盘c:# 进入Python安装目录cd “C:\Program Files\python”# 执行Python,加上参数,安装pippython.exe -m ensurepip –default-pip
方法 2
官方提供的一种方法是在指定python环境下运行一个py 文件
此处是我下载好了的
https://files-cdn.cnblogs.com/files/RYSBlog/get-pip.zip
————————
Go to the official to see what to do
Method 1
#Switch to Disk C: # enter the python installation directory CD “C: \ program files \ Python” # execute python, add parameters, and install pippython exe -m ensurepip –default-pip
Method 2
An official method is to run a py file in a specified Python environment
Here is what I downloaded
https://files-cdn.cnblogs.com/files/RYSBlog/get-pip.zip