whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agowhich python trick or hack you know that you would want to share?message-squaremessage-square45fedilinkarrow-up198arrow-down12
arrow-up196arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agomessage-square45fedilink
minus-squarebeeng@discuss.tchncs.delinkfedilinkarrow-up44·5 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-squareMojave@lemmy.worldlinkfedilinkarrow-up15arrow-down2·5 months agoYou don’t need to use venv at all, break the mold and do it all global
minus-squaremister_monster@monero.townlinkfedilinkEnglisharrow-up3arrow-down3·5 months agoFuck yeah thanks man
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