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

Do not recommend running pip as root #329

Merged
merged 2 commits into from
Oct 29, 2019
Merged

Conversation

C0rn3j
Copy link
Contributor

@C0rn3j C0rn3j commented Oct 28, 2019

Installing packages via pip into system folders isn't the happiest solution, as they can end up clashing with the OS package manager.
Switch to recommending --user flag so the packages install into user's home instead.

Also fixed a typo.

@AcidWeb AcidWeb merged commit 4ec4c99 into ciromattia:master Oct 29, 2019
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