Created
October 19, 2022 21:49
-
-
Save Kumawatlalit912/44d2537270746378d14e3548782f766d to your computer and use it in GitHub Desktop.
Pip cmdlet Problem solved
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py | |
python get-pip.py | |
upgrading-----> | |
python -m pip install -U pip |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment