标签: linux powershell
源脚本\ set_env_vars_development.sh
我正在尝试将django web框架从linux部署到windows powershell,这是命令之一。
答案 0 :(得分:1)
PowerShell没有source,但等效名称为dot sourcing(标题:"脚本范围和点数采购")
source
PS C:\>. scripts\set_env_vars_development.ps1