Can I synchronize the dependencies in global-sitepackages to venv after the venv interpreter is created?

I made the venv interpreter environment in my Pycharm project as using "Inherit global site-packages".

After creating the venv, I updated my global site-packages, and I found that venv is not automatically synchronized with global one. 

Is there any way to synchronize this, even though manually? Or do I have to recreate the interpreter?

0
1 comment

What do you mean by "updated my global site-packages"?
PyCharm simply adds a path to your base interpreter's directory to include its packages to Interpreter Paths, but you can as well change them manually https://www.jetbrains.com/help/pycharm/installing-uninstalling-and-reloading-interpreter-paths.html

0

Please sign in to leave a comment.