I\'m fairly new to python and I\'m beginning to work with python virtual environments. When I create a virtual environment, I have to reinstall all the modules that I need f
No it does not but that is the main point of having virtual environments because libraries depend on another and thus upgrading or modifying a library in one environment does not affect other environments.