Last active
May 6, 2022 16:49
-
-
Save rybkinn/65ae5f8a7ea31c02aa8fc79a12f4e2a4 to your computer and use it in GitHub Desktop.
Revisions
-
rybkinn revised this gist
May 6, 2022 . 1 changed file with 1 addition and 2 deletions.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1 @@ curl -sS https://bootstrap.pypa.io/get-pip.py | python3.10 -
rybkinn revised this gist
May 6, 2022 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -1,2 +1,2 @@ curl https:/bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py --force-reinstall -
rybkinn renamed this gist
May 6, 2022 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
rybkinn created this gist
May 6, 2022 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,2 @@ curl https:/bootstrap.pypa.io/get-pip.py -o get-pip.py python get-pip.py --force-reinstall/