If you use pippackage management, you can easily recreate virtualenv on another system:
In system1, run pip freeze --local > requirements.txtand copy this file to system2. There, create and activate virtualenv and use pip install -r requirements.txtto install all the packages that were installed in the previous virtualenv.
python ; find -name '*.pyc' -delete, , , ( - python) .