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

Add --user option to pip install command #7324

Closed
wants to merge 1 commit into from

Conversation

raphaelgpalma
Copy link

this adjustment was made to address installation issues observed during compilation on my local machine

by adding --user , we avoid the need for administrative permissions when installing the package. This makes it more practical for users to install the package without requiring elevated privileges

by adding the --user option , we avoid the need for administrative permissions when installing the package. This makes it more practical for users to install the package without requiring elevated privileges
Copy link
Contributor

Binder 👈 Launch a Binder on branch raphaelgpalma/notebook/main

@krassowski
Copy link
Member

Possibly a better approach would be to recommend installing into a virtual environment, which does not require elevated privileges. Also there are some caveats to consider, see https://jupyterlab.readthedocs.io/en/latest/getting_started/installation.html#pip

@raphaelgpalma
Copy link
Author

I agreed, thank you for the guidance!

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.

None yet

2 participants