DEV Community

Discussion on: Virtualenv(pipenv) in Docker?

Collapse
 
smeyer profile image
Sven

I would say you don't need a virtual env in your docker container.
What you can do is use the pipenv arguments --deploy and --system which should install the pipenv requirements into your docker container's base python.

Collapse
 
jaakofalltrade profile image
Jaako

I will look into that suggestion, thank you I really appreciate it. Also nice picture I love that movie.