pip install
问题
wsj@noah008:~/app/Tree-0.2.4$ pip install tree
Traceback (most recent call last):
File "/home/anaconda3/bin/pip", line 11, in <module>
sys.exit(main())
TypeError: 'module' object is not callable
解决
python3 -m pip uninstall pip
python -m pip install --upgrade pip