找不到bash_profile文件
来源:3-3 Flutter开发环境与iOS开发环境设置(Mac)

XTZ3344441
2021-01-26
我直接open ~ 没有找到bash_profile 通过命令行提示文件不存在?想问一下是不是路径不对
xutongzhou@xutongzhoudeMacBook-Pro ~ % open .bash_profile
The file /Users/xutongzhou/.bash_profile does not exist
写回答
1回答
-
XTZ3344441
提问者
2021-01-26
手动创建了
cd ~
touch .bash_profile
012021-01-27
相似问题