update
This commit is contained in:
40
install.sh
40
install.sh
@@ -294,30 +294,36 @@ mkdir -p ~/.local/bin
|
|||||||
mkdir -p ~/.local/src && cd ~/.local/src
|
mkdir -p ~/.local/src && cd ~/.local/src
|
||||||
|
|
||||||
# Git src install ----------------------------------------------------------
|
# Git src install ----------------------------------------------------------
|
||||||
#if [ -d qtile ]; then
|
|
||||||
# rm -rf qtile
|
|
||||||
#fi
|
|
||||||
|
|
||||||
#git clone https://github.com/qtile/qtile.git && cd qtile && pip install . --break-system-packages --no-warn-script-location
|
|
||||||
|
|
||||||
|
|
||||||
# Python3 venv install -----------------------------------------------------
|
|
||||||
|
|
||||||
python3 -m venv qtile_venv && cd qtile_venv
|
|
||||||
|
|
||||||
if [ -d qtile ]; then
|
if [ -d qtile ]; then
|
||||||
rm -rf qtile
|
rm -rf qtile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
git clone https://github.com/qtile/qtile.git
|
git clone https://github.com/qtile/qtile.git
|
||||||
|
cd qtile
|
||||||
|
|
||||||
. ~/.local/src/qtile_venv/bin/activate
|
pip install dbus-next psutil wheel
|
||||||
pip3 install dbus-next psutil
|
pip install -r requirements.txt
|
||||||
pip install -r qtile/requirements.txt
|
|
||||||
bin/pip install qtile/.
|
|
||||||
deactivate
|
|
||||||
|
|
||||||
cp ~/.local/src/qtile_venv/bin/qtile ~/.local/bin/
|
pip install . --break-system-packages --no-warn-script-location
|
||||||
|
|
||||||
|
|
||||||
|
# Python3 venv install -----------------------------------------------------
|
||||||
|
|
||||||
|
#python3 -m venv qtile_venv && cd qtile_venv
|
||||||
|
|
||||||
|
#if [ -d qtile ]; then
|
||||||
|
# rm -rf qtile
|
||||||
|
#fi
|
||||||
|
|
||||||
|
#git clone https://github.com/qtile/qtile.git
|
||||||
|
|
||||||
|
#. ~/.local/src/qtile_venv/bin/activate
|
||||||
|
#pip install dbus-next psutil wheel
|
||||||
|
#pip install -r qtile/requirements.txt
|
||||||
|
#bin/pip install qtile/.
|
||||||
|
#deactivate
|
||||||
|
|
||||||
|
#cp ~/.local/src/qtile_venv/bin/qtile ~/.local/bin/
|
||||||
|
|
||||||
# ------------------------------------------------------------------------
|
# ------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user