jdhao's digital space
Recent content on jdhao's digital space
马上订阅 jdhao's digital space RSS 更新: https://jdhao.github.io/index.xml
What Is The Difference between pip, pip3 and pip3.6 Shipped with Anaconda3?
2018年11月19日 16:30
On Windows system, if you install Python3 via
Anaconda. Under Anaconda root directory,
there is a directory named Scripts, in which pip.exe, pip3.exe and
pip3.6.exe all exist. When we want to install a package, a natural question
arises, is there any difference if I use pip install PACKAGE or pip3 install PACKAGE?