home
·
contact
·
privacy
projects
/
plomlombot-irc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e29e433
)
Use "python3 -m venv" instead of "pyvenv".
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 15 Dec 2021 19:42:30 +0000
(20:42 +0100)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 15 Dec 2021 19:42:30 +0000
(20:42 +0100)
run.sh
patch
|
blob
|
history
diff --git
a/run.sh
b/run.sh
index 1687ae91e5babf1cc3f81e9cdb690c9a3fc11d80..3becc5316264f7d86427ec0f5592456a89eedc2c 100755
(executable)
--- a/
run.sh
+++ b/
run.sh
@@
-6,7
+6,7
@@
set -e
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