如何将程序移动到我的 PATH 中的目录

发布于 2025-01-19 13:20:47 字数 251 浏览 0 评论 0原文

按照说明设置应用程序(管道)的说明,请在Mac OS上,并运行以下命令:

curl -o pipelines https://cloud.acquia.com/pipeline-client/download
chmod a+x pipelines

要确定指令,引用指南,我需要将管道程序移动到路径中的目录。

如何将管道程序移至路径中的目录?

不知道它是否有帮助,但是我使用ZHRC和ITERM。

Am on a MAC OS following instructions to setup an application(pipelines), and ran the following commands:

curl -o pipelines https://cloud.acquia.com/pipeline-client/download
chmod a+x pipelines

To finalise the instruction, quoting the guide, I need to move the pipelines program to a directory in my PATH.

How do I move the pipelines program to a directory in my PATH?

Not sure if it helps, but I use zhrc and iterm.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

司马昭之心 2025-01-26 13:20:47

在 Windows 上,尝试打开“系统属性 =>”环境变量
在环境变量窗口中应该有一个名为 Path 的变量。
单击它,然后单击编辑
然后点击右侧的新建,添加程序的路径
EXP“C:/User/bin/php.exe”

On windows, try opening System Properties => Environment Variables
In the Environment Variables window there should be a variable called Path.
Click it and then click Edit
Then click New on the right hand side and add the path to the program
EXP "C:/User/bin/php.exe"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文