/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.linuxuprising.com
| | humberto.io
3.3 parsecs away

Travel
| | Discover the external dependencies to use at your Python development environment on Ubuntu
| | sam.hooke.me
3.3 parsecs away

Travel
| | The home page of Sam Hooke.
| | www.webupd8.org
4.3 parsecs away

Travel
| | Get Unity Global Menu / HUD Support For Java Swing Applications With JAyatana ~ Ubuntu / Linux blog
| | ljvmiranda.micro.blog
19.8 parsecs away

Travel
| I'm now a uv convert. I haven't really updated my Python tooling and workflow for the past two years. In fact, I've been using the same workflow ever since I started working: python -m venv venv source /venv/bin/activate # While in venv pip install -r requirements.txt But there's a lot of limitations in this workflow. For example, I'm limited by the Python version installed in my machine or it's hard to just install ad-hoc dependencies for my one-off scripts.