回答編集履歴

1

Pythonのバージョンを2.7に変更しました

2019/05/25 07:30

投稿

kumakake
kumakake

スコア42

test CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
 
4
4
 
5
- # alternatives --set python /usr/bin/python2.7
5
+ $ sudo alternatives --set python /usr/bin/python2.7
6
6
 
7
7
 
8
8
 
@@ -14,9 +14,9 @@
14
14
 
15
15
 
16
16
 
17
- # pip install -U pip virtualenv cryptography
17
+ $ sudo pip install -U pip virtualenv cryptography
18
18
 
19
- # rm -rf /opt/eff.org
19
+ $ sudo rm -rf /opt/eff.org
20
20
 
21
21
 
22
22