update
This commit is contained in:
parent
3970c27078
commit
4878994629
14
mkvenv
Executable file
14
mkvenv
Executable 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
|
@ -18,6 +18,7 @@ MULTIMEDIA="
|
||||
rhythmbox audacious
|
||||
kodi kodi-addon-pvr-hts
|
||||
shotwell
|
||||
photocollage
|
||||
pro-audio pulseaudio-jack realtime-privileges soundfont-fluid
|
||||
"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user