回答編集履歴

1

修正

2020/07/28 02:35

投稿

technocore
technocore

スコア7225

test CHANGED
@@ -1,7 +1,11 @@
1
1
  > If you need to have postgresql@10 first in your PATH run:
2
2
 
3
- > echo 'export PATH="/usr/local/opt/postgresql@10/bin:$PATH"' >> /Users/akizuki/.bash
3
+ > echo 'export PATH="/usr/local/opt/postgresql@10/bin:$PATH"' >> /Users/akizuki/.bash_profile
4
4
 
5
5
 
6
6
 
7
7
  これは実施したのですか?
8
+
9
+
10
+
11
+ ちなみシェルがZSHでしたら.zprofileファイルになります。