The OS has python needs and your app has its own. It's usually best to keep
those things independent to avoid dependency conflicts.  Using something
like virtualenv or pyenv to create a separate python environment and then
using the pip in it to install dependencies works well.
---
Post to this mailing list talk@gtalug.org
Unsubscribe from this mailing list https://gtalug.org/mailman/listinfo/talk

Reply via email to