質問編集履歴

2

記載間違い

2018/11/18 05:44

投稿

Casablanca_mtg
Casablanca_mtg

スコア209

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  https://qiita.com/a_yasui/items/5f453297855791ed648d
14
14
 
15
- mazuDeveloper Toolをインストールしました
15
+ まず,Developer Toolをインストールしました
16
16
 
17
17
  curl -O https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz
18
18
 

1

記載間違い

2018/11/18 05:44

投稿

Casablanca_mtg
Casablanca_mtg

スコア209

test CHANGED
File without changes
test CHANGED
@@ -14,13 +14,13 @@
14
14
 
15
15
  mazuDeveloper Toolをインストールしました
16
16
 
17
- curl -O https://www.python.org/ftp/python/3.6.6/Python-3.7.0.tgz
17
+ curl -O https://www.python.org/ftp/python/3.7.1/Python-3.7.1.tgz
18
18
 
19
- tar zxf Python-3.7.0.tgz
19
+ tar zxf Python-3.7.1.tgz
20
20
 
21
21
  sudo ./configure --prefix=/opt/local
22
22
 
23
- sudo make && make altinstall
23
+ sudo make altinstall
24
24
 
25
25
  実行しましたが許可がないとエラーが.....
26
26