This commit is contained in:
Vladimir Safonkin
2020-10-02 09:15:26 +03:00
parent 8904093791
commit 88f35e5ba4

View File

@@ -26,8 +26,8 @@ export PIPX_HOME=/opt/pipx
python3 -m pip install pipx python3 -m pip install pipx
python3 -m pipx ensurepath python3 -m pipx ensurepath
# echo "PIPX_BIN_DIR=$PIPX_BIN_DIR" | tee -a /etc/environment echo "PIPX_BIN_DIR=$PIPX_BIN_DIR" | tee -a /etc/environment
# echo "PIPX_HOME=$PIPX_HOME" | tee -a /etc/environment echo "PIPX_HOME=$PIPX_HOME" | tee -a /etc/environment
# Add pipx bin directory to path # Add pipx bin directory to path
# export PATH="$PATH:$PIPX_BIN_DIR" # export PATH="$PATH:$PIPX_BIN_DIR"