Pointers for Pipenv

Pipenv is a great tool to use, read more about pipenv HERE. Pipenv generated a lock file that is useful in replicating an exact virutal environment, which can be useful in a lot of cases. The best way to install pipenv is to install it using pip but locally, so that all the pipenv environments are also in the .local/ folder inside the user directory. 1 pip install -U pipenv Pipenv works with pew (read more about pew HERE ) to create the virtual environments....

April 9, 2018 · 1 min · Shreyash Agarwal