This commit is contained in:
Vladimir Safonkin
2020-10-03 19:51:07 +03:00
parent fd2efe9c53
commit 7601fe7b50
2 changed files with 1 additions and 3 deletions

View File

@@ -31,11 +31,8 @@ python3 -m pipx ensurepath
setEtcEnvironmentVariable "PIPX_BIN_DIR" $PIPX_BIN_DIR
setEtcEnvironmentVariable "PIPX_HOME" $PIPX_HOME
prependEtcEnvironmentPath /opt/pipx_bin
# echo "PIPX_BIN_DIR=$PIPX_BIN_DIR" | tee -a /etc/environment
# echo "PIPX_HOME=$PIPX_HOME" | tee -a /etc/environment
# Add pipx bin directory to path
# export PATH="$PATH:$PIPX_BIN_DIR"
echo 'export PATH="$PATH:/opt/pipx_bin"' >> /etc/skel/.bashrc
# Run tests to determine that the software installed as expected