回答編集履歴
1
修正
answer
CHANGED
@@ -13,6 +13,6 @@
|
|
13
13
|
ls is an alias for ls -AF --color=auto
|
14
14
|
|
15
15
|
$ type python
|
16
|
-
python is /Users/
|
16
|
+
python is /Users/ユーザ名/.pyenv/shims/python
|
17
17
|
|
18
18
|
みたいな結果が返ってきます。
|