Let's say I have a project in pycharm with structure like this:
With venv inside of this project. Now I want to expand the project with a parent folder such that integrator is a subfolder of the main folder and move venv to the parent folder so I can use it across the whole project. How to do this in pycharm?\
Maybe the solution: Copy the venv folder ---> paste it in parent directory ---> delete venv in integrator folder ----> create a new project with venv ?