Roadmap for deploy Pipenv (Python)

1

Hello, in the company where I work the firewall rules do not allow intranet-enabled servers to have access to the web. This way, working with venvs , where dependencies are installed with pipenv install , is not possible.

Is there any way to deploy all of the environment so that the modules in it work without having to be installed on the server?

If not, how do I package all venv so that the project works when it is unpacked on the server?

I'm working with Python 3.6 and Django 2.0.

Thankful

    
asked by anonymous 23.04.2018 / 01:00

0 answers