Python pip installation on Mac is not working

前端 未结 4 1061
别跟我提以往
别跟我提以往 2021-01-26 06:05

I have a Macbook Air and want to install pip. I have the updated python version. I follow all the instructions but I cannot install any packages.

I have been researching

4条回答
  •  小鲜肉
    小鲜肉 (楼主)
    2021-01-26 06:27

    Try below

    curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
    python3 get-pip.py
    

提交回复
热议问题