Skip to content

Conversation

thiswillbeyourgithub
Copy link

Signed-off-by: thiswillbeyourgithub [email protected]

pip allows using --user which does the following:

  --user                      Install to the Python user
                              install directory for your
                              platform. Typically
                              ~/.local/, or
                              %APPDATA%\Python on
                              Windows. (See the Python
                              documentation for
                              site.USER_BASE for full
                              details.)

This PR adds the `--user` flag to `llm install`.

This is needed on some install to avoid errors like:
`ERROR: Could not install packages due to an OSError: [Errno 13] Permission denied: '/usr/local/bin/llm'
Consider using the `--user` option or check the permissions.`.

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