this post was submitted on 02 Oct 2023
106 points (99.1% liked)

Python

6134 readers
1 users here now

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

๐Ÿ“… Events

October 2023

November 2023

PastJuly 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
[โ€“] ComplexLotus@lemmy.world 4 points 11 months ago (6 children)

How do you guys update python versions and all the libraries you have installed? I have multiple like

  • pygame
  • ptpython
  • pandas
  • Pillow
  • icecream
  • ... is it not a massive hassle to have to reinstall all of this with every new version and fight the old version on ubuntu?
[โ€“] ENipo@lemmy.world 9 points 11 months ago

You are 100% right, that's why we use virtual environments. Specifically we use poetry, which is fine.

load more comments (5 replies)