mac 安装python与pip

1. 装python

brew install python


过程中还出了点小差错,报错找不到tar包,

Error: No such file or directory @ rb_sysopen - /Users/test/Library/Caches/Homebrew/downloads/a77103fbdea0a9919430d49060138d55783a27e30b2f2c5707a4c6e64564787a--sqlite-3.38.5.arm64_monterey.bottle.tar.gz

研究了下发现把同级别目录下的311fd75b070c609820534fad3394313363e81f909b09188abc083126893fd46a--sqlite--3.38.5.arm64_monterey.bottle.tar.gz这个tar包改成需要的名字后就好了

2. 安装好后自动就有了pip3,如果要手动安装可使用

brew install pip

//或者是
sudo easy_install pip

你可能感兴趣的:(mac,Python,python,macos)