質問編集履歴
5
誤文箇所の訂正
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
## 実現したいこと
|
2
2
|
|
3
|
-
AWS Cloud9のpython3.6の環境でpipを使えるする
|
3
|
+
AWS Cloud9のpython3.6の環境でpipを使えるようにする
|
4
4
|
|
5
5
|
|
6
6
|
|
4
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
python3の環境でpython2にくっついているpipをpython3にくっつける。(解決後のタイトル)
|
1
|
+
AWSにおいて、python3の環境でpython2にくっついているpipをpython3にくっつける。(解決後のタイトル)
|
test
CHANGED
File without changes
|
3
タイトルの変更
test
CHANGED
@@ -1 +1 @@
|
|
1
|
-
p
|
1
|
+
python3の環境でpython2にくっついているpipをpython3にくっつける。(解決後のタイトル)
|
test
CHANGED
File without changes
|
2
記述が足りなかったため
test
CHANGED
File without changes
|
test
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
## 実現したいこと
|
2
2
|
|
3
|
-
python3.6の環境でpipを使えるする
|
3
|
+
AWS Cloud9のpython3.6の環境でpipを使えるする
|
4
4
|
|
5
5
|
|
6
6
|
|
1
記述が足りなかったため
test
CHANGED
File without changes
|
test
CHANGED
@@ -100,6 +100,20 @@
|
|
100
100
|
|
101
101
|
|
102
102
|
|
103
|
+
##追記
|
104
|
+
|
105
|
+
pip自体はpython3.6に入っていそうです。
|
106
|
+
|
107
|
+
```AWS
|
108
|
+
|
109
|
+
ec2-user:/usr/bin $ python -m pip install --upgrade --user pip
|
110
|
+
|
111
|
+
Requirement already up-to-date: pip in /home/ec2-user/.local/lib/python3.6/site-packages (19.2.3)
|
112
|
+
|
113
|
+
```
|
114
|
+
|
115
|
+
|
116
|
+
|
103
117
|
## 結論
|
104
118
|
|
105
119
|
どのようにしたら、python3.6の環境でpipを使えるようになるでしょうか。
|