原文:MAC 上找不到.bash_profile或者ect/profile该怎么办?

开发Android的环境要重新在Mac上搭建,结果在配置环境变量时找不到.bash profile文件。查过很多资料解决方案都很笼统,结果还是在英文网站上找到解决方法。 . 启动终端Terminal . 进入当前用户的home目录 输入cd . 创建.bash profile 输入touch .bash profile . 编辑.bash profile文件 输入open e .bash pro ...

2016-08-29 21:47 0 15190 推荐指数:

查看详情

MAC找不到.bash_profile该怎么

1. 启动终端Terminal 2. 进入当前用户的home目录 输入cd ~ 3. 创建.bash_profile 输入touch .bash_profile 4. 编辑.bash_profile文件 输入open -e .bash_profile ...

Fri May 02 19:32:00 CST 2014 0 2294
Mac 下更新 bash_profile文件

touch ~/.bash_profile; // 将目录跳转到.bash_profile这个文件夹 open -t ~/.bash_profile //打开.bash_profile文件 这时候会弹出一个新的窗口输入 export PATH=$PATH:/Users/XXXXX ...

Thu Jul 05 19:57:00 CST 2018 0 1156
mac 下更新 .bash_profile 文件

1、打开terminal(终端) 2、cd ~ ( 进入当前用户的home目录) 3、open .bash_profile (打开.bash_profile文件,如果文件不存在就 创建文件:touch .bash_profile 编辑文件:open -e bash_profile ...

Mon Feb 10 18:19:00 CST 2014 0 46413
Mac 打开、编辑 .bash_profile 文件

1. 启动终端Terminal 2. 进入当前用户的home目录 输入cd ~ 3. 创建.bash_profile 输入touch .bash_profile 4. 编辑.bash_profile文件 输入open .bash_profile ...

Wed Jun 05 21:53:00 CST 2019 0 2917
profile(/etc/profile)和bash_profile的区别

profile(/etc/profile)和bash_profile的区别 profile(/etc/profile),用于设置系统级的环境变量和启动程序,在这个文件下配置会对所有用户生效。当用户登录(login)时,文件会被执行,并从/etc/profile.d目录的配置文件中查找shell ...

Wed Jun 10 22:47:00 CST 2020 0 614
.bash_profile 和.zshrc

说说配置环境变量的方法: vim ~/.bash_profile 进入配置文件 添加路径例如: PATH=$PATH:\/Users/linyue/mywork/script:\ 保存后退出,source ~/.bash_profile,执行生效的指令 由于我每次关闭 ...

Wed Jun 12 18:53:00 CST 2019 0 2076
.bash_profile 和.zshrc

说说配置环境变量的方法: vim ~/.bash_profile 进入配置文件 添加路径例如: PATH=$PATH:\/Users/linyue/mywork/script:\ 保存后退出,source ~/.bash_profile,执行生效的指令 由于我每次关闭 ...

Wed Nov 03 18:43:00 CST 2021 0 8145
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM