-
Notifications
You must be signed in to change notification settings - Fork 153
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
pip vs yum python #188
Comments
Indeed! Want to make a PR for the docs? |
probably create local env? |
That's the best method, which I also use locally. However, it takes quite a few steps to set up which are also different for several Linux distro's. So to keep the instructions easy, I have omitted that so far. But feel free to submit good instructions for Centos? |
Using pip-safe (uses virtualenvs seamlessly) in CentOS 7 and 8:
Then:
This installs symlink into Alternatively, to install for current user only:
This installs symlink over to |
you need to check if python packages already installed and managed with yum or apt, instead of re-installing them with pip.
this will break other python projects.
The text was updated successfully, but these errors were encountered: