mac os 环境变量设置

发布于 2024-11-08 17:52:58 字数 259 浏览 0 评论 0原文

上周,当我尝试在我的 macbook 上安装 gcc_select 时,我执行了几个命令,我确实记得我只是 cd 到某个目录并使用 root 进行了一些修改。一切看起来都很好,但是,我发现当我打开终端并尝试使用 gcc 或 g++ 编译程序时,它一直说“找不到命令”。我必须手动输入 :" export PATH=$ PATH:/Developer/usr/bin”,以便运行 gcc 或 g++ 命令。

我的问题是,有谁请告诉我如何永久更改它,这样我就不需要一次又一次地输入相同的命令。

Last week, when I am trying to install gcc_select on my macbook, I went through several commands,I did remember I just cd to a certain directory and made some modifications using the root. Everything seems fine, however, I found that when I open the terminal and trying to compile a program by using gcc or g++, it keeps saying that the "command not found".I have to manually to type the :" export PATH=$PATH:/Developer/usr/bin" in order to make the gcc or g++ command run.

My question is , is there anyone please tell me how to permanently change that, so that I don't need to type the same command again and again.

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

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

发布评论

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

评论(1

李白 2024-11-15 17:52:58

附加到

export PATH=$PATH:/Developer/usr/bin

主目录中的 .profile 文件中。如果不存在,则创建它。更好的方法是 user57368 在评论中给出的方法。

Append

export PATH=$PATH:/Developer/usr/bin

in the .profile file in your home directory. If it does not exit, create it. Better way would be the one user57368 gave in the comment though.

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