1
Hello,
in the company where I work firewall rules do not allow servers intended for the intranet to have access to the web. Thus, work with venvs
, where dependencies are installed with pipenv install
, is not possible.
Is there any way to deploy the whole environment
so that existing modules on the server work without the need for installation on the server?
If not, how to pack the whole venv
so that the project works when it is unpacked on the server?
I am working with Python 3.6 and Django 2.0.
Grateful