You must log in or register to comment.
If 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!Very nice, now acti in my rc.
If 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!
Very nice, now acti in my rc.