gpt4 book ai didi

Windows PowerShell。通过 PowerShell 命令运行程序

转载 作者:可可西里 更新时间:2023-11-01 10:34:21 25 4
gpt4 key购买 nike

我想运行文件 C:\Python34\python.exe python3 和文件 C:\Python27\python.exe python 命令。我如何通过 PowerShell 定义此行为?

我通常将它添加到我的 ~\Documents\WindowsPowerShell\profile.ps1 字符串中,例如:

$env:Path += ";C:\Program Files\GnuWin32\bin"

最佳答案

您可以添加文件 ~\bin\python.bat~\bin\python3.bat 其内容为 C:\Python27\python.exeC:\Python34\python.exe,并添加到您的 profile.ps1

$env:Path += ";C:\Users\<your user>\bin"

关于Windows PowerShell。通过 PowerShell 命令运行程序,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35524981/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com