若Python2 和 Python3 同时有 pip,则使用方法如下:
Python2:
python2 -m pip install XXX
Python3:
python3 -m pip install XXX
Python2:
python2 -m pip install XXX
Python3:
python3 -m pip install XXX
Anaconda的常用命令及使用技巧
Docker常用命令