Discovered [nushell](https://www.nushell.sh) this weekend. Looks pretty cool. Tried it, but there are two things that prevent me from making it my new default shell:
1. pyenv: pyenv init does not work with nushell
2. ESP-IDF: ESP IDF's export scripts do not work with nushell
Switching from Pyenv to Uv
https://bluesock.org/~willkg/blog/dev/switch_pyenv_to_uv.html
Fuck #Anaconda, #Pyenv is my new best friend.
#python
https://www.youtube.com/watch?v=MVyb-nI4KyI
671 - Descubre la herramienta que cambiará como usas Python
#uv es la herramienta perfecta para gestionar proyectos y dependencias de #python y que viene a sustituir a #pip #poetry #pyenv #virtualenv y otras
Como ya te he comentado en mas de una ocasión, la llegada de Rust, está suponiendo una auténtica revolución. Los desarrolladores apoyados en Rust se ha
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])"'
I know, I know, I'm late to the party
#UV is awesome
#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: https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz
EDIT: not just me: https://github.com/python/cpython/issues/127307
EDIT #2: here's a workaround:
wget https://ftp2.osuosl.org/pub/blfs/conglomeration/Python/Python-2.7.18.tar.xz -P ~/.pyenv/cache/
pyenv install 2.7.18
Just tried the #uv #Python management tool. At first I thought: Oh no, not another Python package manager. But this one seems different. It combines all the pip-tools, #pyenv, #poetry, #virtualenv, etc in one.
And it's damn fast. This likely will stay with me for a while.