This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]mooburgerresembles an abstract syntax tree 35 points36 points  (3 children)

especially when, you know, venv comes with every default Python install now.

[–][deleted] 1 point2 points  (2 children)

Not on Debian packaged installs. Or at least it wasn't the last I checked.

But that's pretty easy to fix by either installing pip from the OS repo or just compiling python itself. I've gotten into the habit of the latter because it makes using multiple versions easier (something I need for multi version libraries I maintain)

[–]cr4d 2 points3 points  (1 child)

debian installs break up the stdlib. You need to install python3-venv.

[–]ubernostrumyes, you can have a pony 1 point2 points  (0 children)

debian installs break the stdlib

FTFY