Hello there! I was trying to use the "find" command to locate the flask directory. Since I didn't know where could it be, I tried this:
find / flask
To search it in the whole system. It said it didn't find any file or directory named "flask". However, I managed to see such directory when "find" was spitting out all the directories in the system, and then I found it in
/usr/local/lib/python3.4/dist-packages/flask
So....why "find" doesn't find it?