I select inherit global site-packages on Pycharm when I create a new project. But there is no site-packages I downloaded before under the path of my base interpreter in my new project.
e.g. The path of my pandas lib is
"D:\python\Lib\site-packages\pandas",
but there is no pandas lib in
"D:\pycharmProjects\pythonProject\venv\Lib\site-packages".
Is this normal?
I copy and paste the pandas lib, and it worked. I also install packages through the way Pycharm gave, it worked too. So is it necessary to copy and paste after I select inherit global site-packages, or I just miss some steps?