Explore >> Select a destination


You are here

www.joshkasuboski.com
| | maxrozen.com
1.0 parsecs away

Travel
| | If you're finding yourself manually installing different versions of Node, you need to know there's a *much* better way.
| | www.jennapederson.com
1.8 parsecs away

Travel
| | Here's how you can manage Python versions and packages with `uv`.
| | jinyuz.dev
2.1 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.
| | snarky.ca
17.2 parsecs away

Travel
| There are a couple of things I always want to be true when I install Python packages for a project: 1. I have a virtual environment 2. Pip is up-to-date For virtual environments, you would like them to be created as fast as possible and (usually) with the newest version