Script to deploy Pipenv (Python)

Asked

Viewed 46 times

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

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.