I have to copy a couple of projects to a different server that have their own virtual environments (virtualenv).
So, what would be a good way of recreating those virtual environments on that different server, something tells me that they wont work out of the box.
Can I just delete the one that is there and make a new one? Or can I just use it even though it was copied to a different location?
Tnx, Tom