Forrest logo
back to context overview

source

List of commands for source:

  • source:ai:8b8f1 Activates the virtual environment located at /path/to/venv
    $ source /path/to/venv/bin/activate
    try on your machine
    explain this command
  • source:tldr:e2a63 source: Evaluate contents of a given file (alternatively replacing `source` with `.`).
    $ . ${filename}
    try on your machine
    explain this command
  • source:tldr:e5561 source: Evaluate contents of a given file.
    $ source ${filename}
    try on your machine
    explain this command
back to context overview