0

Let's say I have a project in pycharm with structure like this:

enter image description here

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 ?

Ryszard Eggink
  • 173
  • 1
  • 9
  • Move your venv directory to where ever you want, and then edit interpreter settings to point your new venv folder – Kris Dec 16 '21 at 12:47
  • Does this answer your question? [Can I move a virtualenv?](https://stackoverflow.com/questions/32407365/can-i-move-a-virtualenv) – mx0 Jan 19 '22 at 11:43

0 Answers0