如何将程序移动到我的 PATH 中的目录
按照说明设置应用程序(管道)的说明,请在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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 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"