错误提示:
# pip3 install jupyterTraceback (most recent call last): File "/usr/bin/pip3", line 9, in <module> from pip import mainImportError: cannot import name 'main'
# pip3 install jupyter
Traceback (most recent call last):
File "/usr/bin/pip3", line 9, in <module>
from pip import main
ImportError: cannot import name 'main'
解决方法:
by clear hash in bash:
$ hash -d pip
Or in dash (sh):
$ hash -r pip