diff options
| author | Scott <[email protected]> | 2022-01-06 12:13:34 -0800 |
|---|---|---|
| committer | Scott <[email protected]> | 2022-01-06 12:13:34 -0800 |
| commit | 5f75cf834725ac26b289cc5f157af0cb71cd5f0e (patch) | |
| tree | f31baf4247a7d29eb1457a74f75d373d10539237 /pip_install.sh | |
| parent | ba223f821df1e9b8abbb6f6d23d5ba92c5a70b05 (diff) | |
A bunch of changes...
Diffstat (limited to 'pip_install.sh')
| -rwxr-xr-x | pip_install.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pip_install.sh b/pip_install.sh index 832ae9c..1ee08c9 100755 --- a/pip_install.sh +++ b/pip_install.sh @@ -1,5 +1,7 @@ #!/bin/bash +# Install a bunch of pip modules that scott library depends upon. + set -e python3 -m ensurepip --upgrade |
