minus-squareunalivejoy@lemm.eetoPython@programming.dev•Yes, you should use a Python venv in a container like dockerlinkfedilinkEnglisharrow-up2·15 days agoEven with PEP 668, you can still use pip --break-system-packages linkfedilink
minus-squareunalivejoy@lemm.eetoPython@programming.dev•Python's pathlib modulelinkfedilinkEnglisharrow-up0·2 months agoDon’t forget about the helper functions mypath.read_text() and mypath.write_text(content) linkfedilink
Even with PEP 668, you can still use
pip --break-system-packages