This commit is contained in:
Dirk Alders 2021-09-22 12:25:12 +02:00
parent 3970c27078
commit 4878994629
2 changed files with 15 additions and 0 deletions

14
mkvenv Executable file
View File

@ -0,0 +1,14 @@
if [ ! -e venv ];then
virtualenv venv
source venv/bin/activate
if pip -V | grep `pwd -P`; then
pip install --upgrade pip
pip_upgrade_all
find . -name requirements.txt | xargs -L 1 pip install -r
deactivate
else
echo Could not activate venv!
fi
else
echo Virtualenv already exists!
fi

View File

@ -18,6 +18,7 @@ MULTIMEDIA="
rhythmbox audacious
kodi kodi-addon-pvr-hts
shotwell
photocollage
pro-audio pulseaudio-jack realtime-privileges soundfont-fluid
"