mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-16 16:19:22 +01:00
limnoria_old: Python 2 Limnoria installation
This commit is contained in:
parent
3c4aeb5320
commit
b345c4a0ce
12
bash/python-install/limnoria_old.bash
Executable file
12
bash/python-install/limnoria_old.bash
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
if [[ $USER != "root" ]]; then
|
||||||
|
NOROOT="--user"
|
||||||
|
fi
|
||||||
|
|
||||||
|
pip2 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt --upgrade $NOROOT $1
|
||||||
|
## VERY EXPERIMENTAL, BROKEN AND DOES NOT EXIST!
|
||||||
|
#pip3 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.vcs.txt --upgrade $NOROOT $1
|
||||||
|
pip2 install -v git+https://github.com/ProgVal/Limnoria.git@master --upgrade $NOROOT $1
|
||||||
|
|
||||||
|
# ProgVal/Supybot-plugins
|
||||||
|
pip2 install -vr https://raw.githubusercontent.com/ProgVal/Supybot-plugins/master/requirements.txt --upgrade $NOROOT $1
|
@ -5,7 +5,7 @@ fi
|
|||||||
|
|
||||||
pip3 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/testing/requirements.txt --upgrade $NOROOT $1
|
pip3 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/testing/requirements.txt --upgrade $NOROOT $1
|
||||||
## VERY EXPERIMENTAL, BROKEN AND DOES NOT EXIST!
|
## VERY EXPERIMENTAL, BROKEN AND DOES NOT EXIST!
|
||||||
#pip install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.vcs.txt --upgrade $NOROOT $1
|
#pip3 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.vcs.txt --upgrade $NOROOT $1
|
||||||
pip3 install -v git+https://github.com/ProgVal/Limnoria.git@testing --upgrade $NOROOT $1
|
pip3 install -v git+https://github.com/ProgVal/Limnoria.git@testing --upgrade $NOROOT $1
|
||||||
|
|
||||||
# ProgVal/Supybot-plugins
|
# ProgVal/Supybot-plugins
|
||||||
|
12
bash/python-install/limnoriat_old.bash
Executable file
12
bash/python-install/limnoriat_old.bash
Executable file
@ -0,0 +1,12 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
if [[ $USER != "root" ]]; then
|
||||||
|
NOROOT="--user"
|
||||||
|
fi
|
||||||
|
|
||||||
|
pip2 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/testing/requirements.txt --upgrade $NOROOT $1
|
||||||
|
## VERY EXPERIMENTAL, BROKEN AND DOES NOT EXIST!
|
||||||
|
#pip2 install -vr https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.vcs.txt --upgrade $NOROOT $1
|
||||||
|
pip2 install -v git+https://github.com/ProgVal/Limnoria.git@testing --upgrade $NOROOT $1
|
||||||
|
|
||||||
|
# ProgVal/Supybot-plugins
|
||||||
|
pip2 install -vr https://raw.githubusercontent.com/ProgVal/Supybot-plugins/master/requirements.txt --upgrade $NOROOT $1
|
Loading…
Reference in New Issue
Block a user