.base_profile 作为环境变量配置文件,其书写规范需要说明一下。
创建 .base_profile
touch ~/.bash_profile
编写后保存
export PATH=$PATH:/Applications/flutter/bin
刷新即时生效
source ~/.base_profile
.base_profile 作为环境变量配置文件,其书写规范需要说明一下。
创建 .base_profile
touch ~/.bash_profile
编写后保存
export PATH=$PATH:/Applications/flutter/bin
刷新即时生效
source ~/.base_profile
本文标题:关于 MAC 下 .base_profile 的编写规范
本文链接:https://www.haomeiwen.com/subject/zioarctx.html
网友评论