source
List of commands for source:
-
source:ai:8b8f1 Activates the virtual environment located at /path/to/venv$ source /path/to/venv/bin/activatetry on your machineexplain this command
-
source:tldr:e2a63 source: Evaluate contents of a given file (alternatively replacing `source` with `.`).$ . ${filename}try on your machineexplain this command
-
source:tldr:e5561 source: Evaluate contents of a given file.$ source ${filename}try on your machineexplain this command