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

Python

6467 readers
23 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 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 2 points 1 year 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.

[โ€“] SatouKazuma 1 points 1 year ago

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