POSIX shell shorthand for source.
Section: Activate and deactivate
Activate with dot shorthand
bash
bash
. .venv/bin/activateExplanation
Equivalent to `source` in POSIX-compatible shells.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Activate and deactivate