I was using pipenv for a while…I think it was useful because I was using different python versions maybe. Then I discovered python -m venv, put all my venvs in a directory in a fast hard drive, along with a venv.sh script that activates the environment with whatever custom stuff I want and I never could find use for any of these environment managers after that. Replication is pyproject.toml and activating the environment is “. venv.sh” what’s hard about that.
No comments yet.