Explore >> Select a destination


You are here

www.jennapederson.com
| | vxlabs.com
1.7 parsecs away

Travel
| | The new Python package and project manager uv is in fact amazing. I say that, because it's really fast, but more importantly because this single tool does a whole lot, really fast: Installing Python binaries, installing and running packages in self-contained environments like pipx, managing virtual environments. However, I've been avoiding it so far due to one flaw: uv defaults to installing its virtual environment and all dependencies into the .venv sub-directory of your project, almost exactly like the...
| | blog.viraptor.info
2.3 parsecs away

Travel
| |
| | jinyuz.dev
2.7 parsecs away

Travel
| | So, there was a time when I was only developing applications using Python. And so I found out about virtual environments. And then after a couple of months, I discovered pyenv. It also came to a time I had to work on multiple projects that uses different versions of nodejs and searched something similar so I installed nvm. Then, I was required to work on a Ruby project so I installed rbenv.
| | www.webstoemp.com
17.1 parsecs away

Travel
| While I regularily use services like Buddy or DeployHQ to build and deploy Craft CMS websites, I wanted to experiment with Github Actions. Here is what I came up with and why.