Problem
I have several projects in PyCharm, each with its own virtual environment.
Quite often, I add packages to these virtual environments using the CLI, mainly with python setup.py develop from another local package.
A new package will appear in Preferences -> Project -> Project Interpreter , and calls for newly installed packages are launched, but the import still looks erroneous, which infuriates me:

What i tried
- Changing the virtual environment to something other than switching, in the hope that it will reboot. Does not work.
- Restart PyCharm. It works, but itβs pretty slow, so I donβt think it is a solution.
How to update the virtual environment
source share