+ 2
pip vs pipenv
Hi there. What's the deference between pip and pipenv when installing python packages?
1 Resposta
+ 2
pipenv, aims to combine Pipfile, pip and virtualenv into one command on the command-line.
This is different from virtualenv, where the directory is typically in the current working directory.
Is it true?