Email or username:

Password:

Forgot your password?
4 comments
Robert Atkins

@simon If you were an experienced team but new to Python and bumbling along (fine so far) with pip and venv, would you adopt this now?

Simon Willison

@ratkins it’s less than 24 hours old so I might hold off to let any bugs get shaken out of it first, but I’d be tempted to be a very early adopter I think

J. Carlos :debian: :tux:

@simon You have to add `-S` to `env` when using `/usr/bin/env` in the shebang if you want to provide parameters to the script

Go Up