How do I fix pip?

Max

today I was trying to install python and work on my first project. I'm fairly new to coding and just started with my studie where I get to learn c#. For a project I wanted to start on, I needed to use pip. When I installed python it said that it would have installed pip but I didnt got it to work. I searched the web and found the get-pip way of installing. But unfortunately It doesn't work for me. My CMD doesnt give a reaction on any commands regarding this (see the picture) it also doesnt install pip. Does someone have a fix for this problem? I'm using python 3.9 and the pip file is from (https://bootstrap.pypa.io/get-pip.py)enter image description here

Jonathan Sum

I suggest you try to set the environment variable to see it is fixed or not. The easiest way and not recommended way to fix it is to uninstall python3 and reinstall it again. During reinstalling, it was a check box for adding environment variable.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related