Mastodon Feed: Post

Mastodon Feed

isagalaev ("Ivan Sagalaev :flag_wbw:") wrote:

So #Ubuntu disabled `pip install --local`. Which was how all of my helper scripts were installed, because… it was simple and it worked. Now, if I want to run something I wrote in #Python on my own machine I need to either a) wrap it in a Debian package or b) use a venv for every project. The latter option means I'll have to run my scripts as `~//.venv/bin/python ~//something.py instead of just `something`.

P.S. I'm sure there were Reasons™. I'm just frustrated…