Skip to content

Commit

Permalink
do not install pipx a second time
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Oct 24, 2024
1 parent 26fbfba commit 8a50094
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renku/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ if [ "${INSTALLJUPYTER}" = "true" ]; then
ln -sf /opt/conda/bin/jupyter-server /opt/conda/bin/jupyter-notebook
fi

pip install pipx
pipx install renku==${VERSION}

chown -R ${USERNAME} /usr/local/py-utils

0 comments on commit 8a50094

Please sign in to comment.