Skip to content

Instantly share code, notes, and snippets.

@Kumawatlalit912
Created October 19, 2022 21:49
Show Gist options
  • Save Kumawatlalit912/44d2537270746378d14e3548782f766d to your computer and use it in GitHub Desktop.
Save Kumawatlalit912/44d2537270746378d14e3548782f766d to your computer and use it in GitHub Desktop.
Pip cmdlet Problem solved
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