Moving python project to another pc without installing packages
I have a project that work with python and some packages and use venv. I compress and transfer it to another pc . the packages are in the site-packages folder .when i write command python manage.py runserver it doesnt work . I try to use python.exe in Scripts folder of my venv but it doesnt work . Also i change path in cfg and activate file but still not working . Do you have oponion or suggestion or another way to do that?
Do you have oponion or suggestion or another way to do that?