whoareu to [email protected]English • 7 months agowhich python trick or hack you know that you would want to share?message-square44fedilinkarrow-up197arrow-down12
arrow-up195arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu to [email protected]English • 7 months agomessage-square44fedilink
minus-square@[email protected]linkfedilink41•7 months agoDon’t need to activate your venv to use it. Just use venv/bin/python my-file.py from a script or a terminal from your project root.
minus-square@Mojavelink12•7 months agoYou don’t need to use venv at all, break the mold and do it all global
Don’t need to activate your venv to use it.
Just use
venv/bin/python my-file.py
from a script or a terminal from your project root.You don’t need to use venv at all, break the mold and do it all global
/s
Fuck yeah thanks man