# 导出 > 将 shell 变量导出到子进程。 > 更多信息:。 - 设置环境变量: `export {{VARIABLE}}={{value}}` - 将路径名附加到环境变量 `PATH`: `export PATH=$PATH:{{path/to/append}}`