How I run standalone Python in 2025 - Peterbe.com
Briefly

"I created ~/bin/python which now looks like this: set -x uv run --python 3.12 --with requests python $@. This allows for quick scripting with specific dependencies."
"Outside of projects with a pyproject.toml and uv.lock, I no longer have a valid python executable, so I needed a way to run quick scripts."
Read at Peterbe
[
|
]