質問編集履歴

2

#コメントアウト部分がタイトル表示になっていたため

2016/09/01 22:59

投稿

RieMatsui
RieMatsui

スコア27

test CHANGED
File without changes
test CHANGED
@@ -40,9 +40,7 @@
40
40
 
41
41
 
42
42
 
43
- # Setting PATH for Python 2.7
44
43
 
45
- # The original version is saved in .bash_profile.pysave
46
44
 
47
45
  PATH="/Library/Frameworks/Python.framework/Versions/2.7/bin:${PATH}"
48
46
 
@@ -118,7 +116,7 @@
118
116
 
119
117
  OS:10.11.6
120
118
 
121
- VirtualBox:
119
+ VirtualBox:5.0.26
122
120
 
123
121
  vagrant:1.8.4
124
122
 

1

PATH="/usr/local/bin/vagrant:\${PATH}" :\${PATH}"の文字が抜けていました。

2016/09/01 22:59

投稿

RieMatsui
RieMatsui

スコア27

test CHANGED
File without changes
test CHANGED
@@ -78,7 +78,7 @@
78
78
 
79
79
  export PATH
80
80
 
81
- PATH="/usr/local/bin/vagrant
81
+ PATH="/usr/local/bin/vagrant:${PATH}"
82
82
 
83
83
  export PATH
84
84