|
You are here |
www.joshkasuboski.com | ||
| | | | |
maxrozen.com
|
|
| | | | | If you're finding yourself manually installing different versions of Node, you need to know there's a *much* better way. | |
| | | | |
www.jennapederson.com
|
|
| | | | | Here's how you can manage Python versions and packages with `uv`. | |
| | | | |
jinyuz.dev
|
|
| | | | | 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
|
|
| | | 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 | ||