If I have a django project in virtual environment in server A
and want to transfer this project to server B
after the transfer procedure of the files , and before adding the project to server B by declaring the Path, Version,Frramework...and the other fields do I have to delete the virtual environment folder of my project?
I am asking this because at the phase of adding a project the aaPanel creates a new virtual environment with the packages which reside on requirements.txt file of the transfered project.
This is the right procedure or I have to keep the virtual environment folder without deleting it?