I would like to set up, if possible, one virtual environment and inside of it, common packages that will be used by all my projects. After that, I would like to install specific packages that will be reacheable only for the project right project, under a directory.
I see this structure like a tree with a root directory called my_projects where the virtual env will be active with the installed common packages for all the projects, and each subdirectory will be one project where the specific packages/version for that project will be used, and visible only in the required subdirectory, as follows:
I've browsed but could not found this specific configuration. Thanks in advance