zeldor.biz

Linux, programming and more

Copyright © 2023
Log in

pipenv

March 1, 2020 by Igor Drobot Leave a Comment

Virtualenv was for me until 2020 a python-default tool for creating isolated virtual environments for python projects.
Virtualenv was always easy to handle and known as a mature pythonic tool under python developers.

But now, I think pipenv is stable and known enough to switch to it.

[Read more…]

Filed Under: Linux, Programming, Python Tagged With: pipenv, Python, virtualenv