When installing a new python package with PIP, can I change the package name because there is another package with the same name?
Or, how can I change the existing p
This is not possible with the pip command line tool. All of the packages on PyPI have unique names. Packages often require and depend on each other, and assume the name will not change.
pip