I accidentally did a system-wide flask installation and sqlalchemy. I "sudo pip install" released both of them, and now I am wondering how I can remove both from my system. I already have virtualenv configured, so I donβt want a jar or sqlalchemy attached to my system. I read that installing it directly can cause problems when working with different frameworks and different versions of the framework.
Is there a problem that I did a system-wide installation of these packages?
source share