whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agowhich python trick or hack you know that you would want to share?message-squaremessage-square33fedilinkarrow-up182arrow-down12
arrow-up180arrow-down1message-squarewhich python trick or hack you know that you would want to share?whoareu@lemmy.ca to Programming@programming.devEnglish · 5 months agomessage-square33fedilink
minus-squaredrislands@lemmy.worldlinkfedilinkarrow-up10·5 months 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!
If you’re on Linux (or Mac), add an alias to your .bashrc:
Now you can activate your venv by just running
activate
in the project root!