Hongyi Zhao <hongyi.z...@gmail.com> writes: > Hi, > > What's the diff: > > python -m pip install mod > and > pip install mod
A very good use-case is when you have both, python2 and python3 installed. python2 -m pip install mod and python3 -m pip install mod will install the package in the corresponding PYTHONPATH. -- Regards Pankaj -- https://mail.python.org/mailman/listinfo/python-list