(Probably a noob question, but I didn\'t find a solution after googling for 20 minutes.)
I created a new pure Python project with PyCharm which yie
I guess you misunderstood the term "Virtual Environment". It provides an isolated environment wherein you can download a different version of python packages and run it for your project. Hence, do not put anything inside your virtual environment. Keep it clean.
To take advantage of the virtual environment,