質問編集履歴
1
エラーの追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -27,3 +27,23 @@
|
|
27
27
|
``open /Library/PostgreSQL/9.6/uninstall-postgresql.app``
|
28
28
|
|
29
29
|
``uninstall-postgresql.app``
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
#追記
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
```shell
|
38
|
+
|
39
|
+
MacBook-Pro-4:~[master *]$ uninstall-postgresql.app
|
40
|
+
|
41
|
+
-bash: uninstall-postgresql.app: command not found
|
42
|
+
|
43
|
+
MacBook-Pro-4:~[master *]$ open /Library/PostgreSQL/9.6/uninstall-postgresql.app
|
44
|
+
|
45
|
+
The file /Library/PostgreSQL/9.6/uninstall-postgresql.app does not exist.
|
46
|
+
|
47
|
+
MacBook-Pro-4:~[master *]$
|
48
|
+
|
49
|
+
```
|