pip3: command not found
2019-02-23 本文已影响1人
柠檬草YF
On Mac, using brew,
first
brew install python3
second
brew postinstall python3
then calling
pip3 -V
see if it worked.
On Mac, using brew,
brew install python3
brew postinstall python3
then calling
pip3 -V
see if it worked.