我正在按照在macOS上安装AWS Command Line界面的说明进行操作,并且我已经运行$ curl -O https://bootstrap.pypa.io/get-pip.py
并且出现了一大堆代码,我认为这些代码已经安装了pip。
当我运行下一个命令$ python3 get-pip.py --user
时,出现错误/Library/Frameworks/Python.framework/Versions/3.6/Resources/Python.app/Contents/MacOS/Python: can't open file 'get-pip.py': [Errno 2] No such file or directory
有没有人遇到过这个?我正在关注的说明是https://docs.aws.amazon.com/cli/latest/userguide/cli-install-macos.html#awscli-install-osx-path
答案 0 :(得分:0)
AWS的文档提出了不好的建议。正确的命令是
curl -o get-pip.py https://bootstrap.pypa.io/get-pip.py
请参阅https://pip.readthedocs.io/en/stable/installing/#installing-with-get-pip-py