whoareu@lemmy.ca to Programming@programming.devEnglish · 2 years agowhich python trick or hack you know that you would want to share?message-squaremessage-square45linkfedilinkarrow-up196arrow-down12
arrow-up194arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 2 years agomessage-square45linkfedilink
minus-squaredrislands@lemmy.worldlinkfedilinkarrow-up12·2 years agoIf you’re on Linux (or Mac), add an alias to your .bashrc: alias activate="source env/bin/activate" Now you can activate your venv by just running activate in the project root!
minus-squareMalReynolds@slrpnk.netlinkfedilinkEnglisharrow-up2·2 years agoVery nice, now acti in my rc.
If you’re on Linux (or Mac), add an alias to your .bashrc:
Now you can activate your venv by just running
activatein the project root!Very nice, now acti in my rc.