Hacker News new | ask | show | jobs
by Townley 1986 days ago
Personally I love poetry, if for no reason other than making publishing a breeze. If I can’t use it for some reason, I like managing virtual envs with pyenv (not to be confused with pipenv. You’re better off for having missed the controversies around that)

Oh btw virtualenv is gone now; you make envs using python -m venv myEnvName

1 comments

Nice, I’ll check out poetry.

That’s great that some of the virtualenv functionality made its way into the standard library!