Skip to content

Conversation

VarunSatyadevShetty
Copy link
Member

@VarunSatyadevShetty VarunSatyadevShetty commented Sep 18, 2025

This PR updates the documentation for installing uv and includes instructions to add it to the system PATH
Specifically

  • Added instruction for using pip install uv with optional --break-system-packages for system-wide installs.

These changes will hopefully make it easier for users to correctly set up uv and avoid common issues.

pip install uv --break-system-packages
```

In your `.bashrc` script, add the following line:
Copy link
Member

Choose a reason for hiding this comment

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

Can we make sure we ask the user to only do this if they are unable to run the uv command, and ask them to try adding this to their PATH?


In your `.bashrc` script, add the following line:
```bash
export PATH="$PATH:/home/username/.local/bin"
Copy link
Member

Choose a reason for hiding this comment

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

Please use $USER instead of username

export PATH="$PATH:/home/username/.local/bin"
```

Then reload your shell configuration:
Copy link
Member

Choose a reason for hiding this comment

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

or open a new shell

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.

2 participants