|
|
|
|
|
by andrewflnr
1182 days ago
|
|
As OP suggests, you can ignore basically all of it. If you're just messing around, use your system Python. That'll get you a long way. If you're Starting A Project and want to install packages locally, use the virtualenv package that came with your system Python. That's gotten me through basically all my Python programming for 15 years. Anything more complicated than that, you can learn when you come to it. |
|
Maybe you are an accidental accelerationist? Using the system Python is fastest way to a broken system and a broken Python.