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
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [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.