this post was submitted on 10 Nov 2023
20 points (100.0% liked)

Python

6288 readers
5 users here now

Welcome to the Python community on the programming.dev Lemmy instance!

πŸ“… Events

PastNovember 2023

October 2023

July 2023

August 2023

September 2023

🐍 Python project:
πŸ’“ Python Community:
✨ Python Ecosystem:
🌌 Fediverse
Communities
Projects
Feeds

founded 1 year ago
MODERATORS
top 4 comments
sorted by: hot top controversial new old
[–] [email protected] 3 points 11 months ago

I was interested to learn about Rye. I'm definitely though to have to give it a go.

[–] [email protected] 2 points 11 months ago (1 children)

I also started using rye because of this, and it looks great. All I've ever used in the past is virtualenv and venv. Rye is great in that it lets you pin a python version, install packages, auto switches your venv for you. Really nice project that has solved some recent problems for me.

[–] [email protected] 1 points 11 months ago

Damn that does sound nice. I'll have to give it a whirl.

[–] Corbin 1 points 11 months ago

It's a little surprising to see Conda mentioned but not Nix.