Skip to content

Commit

Permalink
Update pip2.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
LoBrol committed Jul 28, 2023
1 parent 5dd3375 commit 2a27d52
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pip2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@



wget https://files.pythonhosted.org/packages/fd/76/3c7f726ed5c582019937f178d7478ce62716b7e8263344f1684cbe11ab3e/setuptools-45.0.0.zip --no-check-certificate
unzip setuptools-45.0.0.zip
# wget https://files.pythonhosted.org/packages/fd/76/3c7f726ed5c582019937f178d7478ce62716b7e8263344f1684cbe11ab3e/setuptools-45.0.0.zip --no-check-certificate
# unzip setuptools-45.0.0.zip
wget https://files.pythonhosted.org/packages/b2/40/4e00501c204b457f10fe410da0c97537214b2265247bc9a5bc6edd55b9e4/setuptools-44.1.1.zip --no-check-certificate
unzip setuptools-44.1.1.zip
sudo python2 ./setuptools-44.1.1/setup.py install

mkdir wheels
Expand Down

0 comments on commit 2a27d52

Please sign in to comment.