Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add uv for users #8

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

feat: Add uv for users #8

wants to merge 1 commit into from

Conversation

matthewfeickert
Copy link
Member

* Globally install uv as the local user, so user can use uv to
  install packages efficiently later if desired.
   - c.f. https://github.com/astral-sh/uv
@@ -18,14 +18,16 @@ if [ "$OWNER" != "" ] && [ "$CONNECT_GROUP" != "" ]; then
cd /home/$OWNER

chown -R $OWNER: /venv

# Install https://github.com/astral-sh/uv for users editing environment later
curl -LsSf https://astral.sh/uv/install.sh | sh
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@ivukotic is it correct that if we want something to be accessible to the final end user (and in this case also modify their ~/.bash_profile that all of that code needs to exist in SetupPrivateJupyterLab.sh? I believe this is the case, but I forget how this all actually works at request time.

@matthewfeickert matthewfeickert self-assigned this Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant