質問編集履歴

2

del end $ mark

2019/04/22 17:49

投稿

Kaede0902
Kaede0902

スコア32

test CHANGED
File without changes
test CHANGED
@@ -44,28 +44,28 @@
44
44
 
45
45
 
46
46
 
47
- 1 eval "$(rbenv init -)"$
47
+ 1 eval "$(rbenv init -)"
48
48
 
49
- 2 export PATH="$HOME/.rbenv/shims:$PATH"$
49
+ 2 export PATH="$HOME/.rbenv/shims:$PATH"
50
50
 
51
- 3 export PATH=$PATH:/usr/local/opt/php@7.1/bin/php$
51
+ 3 export PATH=$PATH:/usr/local/opt/php@7.1/bin/php
52
52
 
53
- 4 source ~/.bashrc$
53
+ 4 source ~/.bashrc
54
54
 
55
- 5 $
55
+ 5
56
56
 
57
- 6 if [ -f ~/.bashrc ] ; then$
57
+ 6 if [ -f ~/.bashrc ] ; then
58
58
 
59
- 7 . ~/.bashrc$
59
+ 7 . ~/.bashrc
60
60
 
61
- 8 fi$
61
+ 8 fi
62
62
 
63
- 9 $
63
+ 9
64
64
 
65
- 10 function cdls() {$
65
+ 10 function cdls() {
66
66
 
67
- 11 \cd "$@" && ls$
67
+ 11 \cd "$@" && ls
68
68
 
69
- 12 }$
69
+ 12 }
70
70
 
71
71
  13 $

1

その場所でのLISTを追加

2019/04/22 17:49

投稿

Kaede0902
Kaede0902

スコア32

test CHANGED
@@ -1 +1 @@
1
- PHP パスらない
1
+ CAKE PHPが始めない
test CHANGED
@@ -17,6 +17,28 @@
17
17
 
18
18
 
19
19
  よろしくお願いします。
20
+
21
+
22
+
23
+ 追記:この位置にはphp intlはなかったです。
24
+
25
+
26
+
27
+ Apple-no-Air:bin Apple$ pwd
28
+
29
+
30
+
31
+ /usr/local/opt/php@7.1/bin
32
+
33
+
34
+
35
+ Apple-no-Air:bin Apple$ ls
36
+
37
+ pear phar php-cgi phpize
38
+
39
+ peardev phar.phar php-config
40
+
41
+ pecl php phpdbg
20
42
 
21
43
 
22
44