diff options
author | Steph Enders <steph@senders.io> | 2023-11-11 23:00:16 -0500 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2023-11-11 23:00:16 -0500 |
commit | 39043ba7b727140fd7bd9703006fca61e3fddcdb (patch) | |
tree | c8f67356090f0a8e32b79dd80198904bcd38ca20 | |
parent | a9ea07699e4f8c7b65d9ccb84d1ccc993f9e3cad (diff) |
Suppress pip upgrade information and such
-rwxr-xr-x | log.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ WORKING_DIR=$(dirname $0) python3 -m venv $WORKING_DIR/.venv source $WORKING_DIR/.venv/bin/activate -python3 -m pip install -r $WORKING_DIR/requirements.txt +python3 -m pip install -I --disable-pip-version-check -r $WORKING_DIR/requirements.txt if [[ $# -ne 1 ]]; then echo "You must supply a target file" |