Skip to content

Commit

Permalink
chore: use the new cli
Browse files Browse the repository at this point in the history
  • Loading branch information
rokroskar authored Aug 20, 2024
1 parent 82b9294 commit 6b27f00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/renku/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if [ "${INSTALLJUPYTER}" = "true" ]; then
ln -sf /opt/conda/bin/jupyter-server /opt/conda/bin/jupyter-notebook
fi

pip install pipx
pipx install renku==${VERSION}
# install the renku CLI
curl -sfSL https://raw.githubusercontent.com/SwissDataScienceCenter/renku-cli/main/install.sh | bash

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

0 comments on commit 6b27f00

Please sign in to comment.