I was working on Flask project and I'm pretty sure I started creating in the current machine only and have build from the scratch by installed Flask under virtual environment, using "pip install Flask".
But after some days, now I tried to install "uWsgi" using pip and to my astonishment, both "pip" and "pip3" were not found. I'm sure I've not uninstalled pip and even there is no reason to do that.
So is there any way to trace when pip got uninstalled and which program did that? Only software related thing that I've done is update Ubuntu (Not upgrade) when prompted.
Thank you.
apt
logs? (/var/log/apt/) to check you didn't cause it be removed because of another install/remove you did? – guiverc Jul 09 '19 at 05:43