
9 Nov
2022
9 Nov
'22
3:15 p.m.
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.