feat: Add uv for users#8
Open
matthewfeickert wants to merge 1 commit into
Open
Conversation
Member
matthewfeickert
commented
Apr 29, 2024
- 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
matthewfeickert
commented
Apr 29, 2024
| 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 |
Member
Author
There was a problem hiding this comment.
@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.
3fae703 to
5ab52fe
Compare
Member
Author
|
ping to @ivukotic @fengpinghu for review. |
Member
|
@matthewfeickert still relevant? Do we need to do anything or is this covered here? |
* 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
5ab52fe to
b02ef86
Compare
Member
Author
I think so?
Unless |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.