pip is a replacement for easy_install. But should I install pip using easy_install on Windows? Is there a better way?
python - How do I install pip on Windows? - Stack Overflow
I think the most easiest way is uninstall python through setup and delete other pip things then create new pip installation. if it isn't working the path setting to the environment variable refer this YouTube video.
Pip's website says that it already comes with Python 3.4+ if you downloaded from python.org. However, when I type pip on terminal, I get command not found. So I decided to go through the python3's install docs again, where it mentions that python and pip should be accessed using the commands python3 and pip3 instead.
Fortunately, there is one package manager for Python, called Pip. Pip is inspired by Ruby's Gem, but lacks some features. Ironically, Pip itself is complicated to install. Installation on the popular 64-bit Windows demands building and installing two packages from source. This is a big ask for anyone new to programming.
When using pip to install Python packages, we can set the configurations, so that it can refer to some private repository to install packages. The use case is, for example, for big companies where ...
Using ! allows to run commands like ls or pip or what you have available on your OS. Colab is just like jupyter so you can run native pip like pip install tensorflow. See related answers: What is the meaning of exclamation and question marks in Jupyter notebook? What is %pylab? How do I install Python packages in Google's Colab?
As I understand, Python 2.7.9 comes with Pip installed, however when I try to execute a Pip command from CMD (Windows) I get the following error: 'pip' is not recognized as an internal or external