Skip to content

Commit

Permalink
Update py_311.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
MrIbrahem committed Jul 5, 2024
1 parent abd707d commit 640e684
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions py_311.sh
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
#!/bin/bash

python3 -m pip freeze > last_req.txt
$HOME/local/bin/python3 -m pip freeze > last_req.txt

# activate it
source pyvenv/bin/activate

# install some concrete packages
pyvenv/bin/pip install -U requests packaging wikitextparser python-dateutil certifi gorilla gorilla-cli
pyvenv/bin/pip install -r requirements_new.txt
pyvenv/bin/pip install -r c8/requirements.txt
pip install -U requests packaging wikitextparser python-dateutil certifi gorilla gorilla-cli
pip install -r requirements_new.txt
pip install -r c8/requirements.txt

python3 -m pip list --outdated
python3 -m pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 ./pyvenv/bin/pip311 install -U
Expand Down

0 comments on commit 640e684

Please sign in to comment.