Looks like #pyenv releases will now be more closely in sync with #CPython releases thanks to some newly implemented automation. That's great news!
Thanks to the devs for making this happen.
https://github.com/pyenv/pyenv/issues/2980
#Python
😤 Tired of juggling #NVM, #SDKMAN, #Pyenv, #Rustup, even #Homebrew or #Nix?
I wrote about how #Mise simplifies your dev setup:
🔧 Polyglot toolchains
💻 Cleaner local tooling
🔐 Env vars & secrets
🚀 Simple CI/CD
📦 @nx.dev -friendly
medium.com/@jgelin/you-...
Not that anyone has asked, or cares, about my podunk, backwater processes. There's a few reasons why I haven't migrated my #Python work to use #uv
1. I don't care about performance. My work is done on a potato machine and it won't make much difference, to me. For now.
2. I prefer to keep the VC […]
Huh. This is a new one.
Somehow, I've managed to pollute my #Python pip userspace with a bunch of packages from a #Poetry project I normally work on.
Fortunately, I could just easily rebuild with #pyenv and #pipx. Just kinda weird that it happened in the first place. I might have to go back to […]
Today I know more about #Python #pyenv shim's fall through to the system default than I did yesterday.
Stumbled upon a problem I didn't realize that I was having. Testing against an older version of an older version(3.11.2 vs 3.11.12) because it wasn't specified in the pyenv global. 🤦 Now I […]
Use #pyenv but only the CPython releases?
A bash alias to filter on the latest, supported versions:
alias pyenv_list='pyenv install --list | grep -E " 3\\.([9]|1[0-4])"'
#Python
📝 "Pyenv in RStudio"
👤 Isabel Zimmerman (@isabelizimm.bsky.social)
📖 Conquer Python env chaos! Use pyenv & RStudio; set RETICULATE_PYTHON. Success!
🔗 isabelizimm.me/posts/2022-09-19_pyenv-i...
#pyladies #python #oldiebutgoodie #pyenv
#Python #pyenv folks: are downloads returning 403 for anyone else, or just me?
Running `pyenv install 2.7` is giving me a HTTP 403 error when trying to hit the URL: www.python.org/ftp/python/2...
Okay, I got my coding tools sorted out on both my #windows half and my #archlinux half now.
So far that consists of #rustup (for #rustlang vers), #gcc, and #pyenv (for #python vers).
...I'm *not* sure if I should get a version manager for #nodejs or #php just yet, since that affects web dev stuff.
A computer screen with Python code
Modern Good Practices for Python Development
An outline of best practices for #Python development, including using tools like #pyenv, #pipx or Development Containers for managing Python versions. It also recommends using pyproject.toml for project […]
[Original post on fosstodon.org]