Y
Hacker News
new
|
ask
|
show
|
jobs
by
kstrauser
166 days ago
I use your "hacking around" method for things like cron jobs, with command lines like:
* * * * * /path/to/project/.venv/python /path/to/project/foo.py
It's more typing one time, but avoids a whole lot of fragility later.