-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Stop recommending usage of sudo pip in installation documentation #1061
Comments
Could also provide a list of system packages for various distributions.
Pretty easy to guess but... And yes, I do realize that you don't need to match the virtualenv Python version to your target. Just providing all links. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Just add a comment if you want to keep it open. Thank you for your contributions. |
Won't fix? Really? |
@nanonyme I agree, we shouldn't be recommending |
Please suggest users to use pip --user instead of sudo pip to install virtualenv in https://virtualenv.pypa.io/en/stable/installation/ ; latter can break the system completely and runs setup.py from PyPI as root when pip doesn't support wheels
The text was updated successfully, but these errors were encountered: