Just annotations of little "how to's", so I know I can find how to do something I've already done when I need to do it again, in case I don't remember anymore, which is not unlikely. Hopefully they can be useful to others, but I can't guarantee that it will work, or that it won't even make things worse.
 |
Posted 09-07-2021 at 09:28 PM by the dsc (linux-related notes)
Updated 09-07-2021 at 09:29 PM by the dsc
If you don't actually know python enough to rewrite old scripts you use for python3, you may want to restore some functionality:
Code:
wget https://bootstrap.pypa.io/pip/2.7/get-pip.py
python2 get-pip.py
Then you'd use "pip2 install package"
From https://blog.emacsos.com/pip2-in-deb...-bullseye.html
|
Member
|
|
Views 912
Comments 0
|