Home New Trending Search
About Privacy Terms
#
#pyenv
Posts tagged #pyenv on Bluesky
Preview
Automate making releases after a version is added · Issue #2980 · pyenv/pyenv Too many issues will kill our team's development velocity, drastically. Make sure you have checked all steps below. Prerequisite Make sure your problem is not listed in the common build problems. M...

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

1 2 0 0
Preview
You Don’t Need NVM, SDKMan, Pyenv, Rustup, Homebrew or even Nix. Try Mise Instead. Mise can manage all your development environments across multiple technologies

😤 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-...

11 3 3 1
Original post on hachyderm.io

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 […]

1 0 0 0
Original post on hachyderm.io

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 […]

3 1 1 0
Original post on fosstodon.org

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 […]

0 1 0 0

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

0 2 0 0

📝 "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

6 3 1 0

#pyenv : another backasswards #debian crack in the cup

0 0 0 0

#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...

0 0 3 0

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.

4 1 0 0
A computer screen with Python code

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]

0 3 0 0
Preview
Install Multiple Python Versions on Ubuntu With Pyenv The pyenv tool lets you install and use different Python versions on the same system.

Install Multiple #Python Versions on #Ubuntu With #Pyenv
itsfoss.com/pyenv-ubuntu/

2 0 0 0