home
·
contact
·
privacy
projects
/
url-catcher
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c497ba2
)
Use "python3 -m venv" instead of "pyvenv".
master
author
Christian Heller
<c.heller@plomlompom.de>
Tue, 7 Dec 2021 22:59:34 +0000
(23:59 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Tue, 7 Dec 2021 22:59:34 +0000
(23:59 +0100)
run.sh
patch
|
blob
|
history
diff --git
a/run.sh
b/run.sh
index 5fe6132199fa9bdb3a0fc39c64cc5971fedf43dd..8ac8b3cc335b48cd0c6b7ab50909a5edb399c28a 100755
(executable)
--- a/
run.sh
+++ b/
run.sh
@@
-6,7
+6,7
@@
set -e
DIR_ENV=.temp_env
DIR_ENV=.temp_env
-py
venv $DIR_ENV
+py
thon3 -m venv $DIR_ENV
source $DIR_ENV/bin/activate
pip install -r requirements.txt
echo
source $DIR_ENV/bin/activate
pip install -r requirements.txt
echo