whoareu@lemmy.ca to Programming@programming.devEnglish · 1 year agowhich python trick or hack you know that you would want to share?message-squaremessage-square6linkfedilinkarrow-up10arrow-down10
arrow-up10arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 1 year agomessage-square6linkfedilink
minus-squarebeeng@discuss.tchncs.delinkfedilinkarrow-up0·1 year 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.
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.Fuck yeah thanks man