質問編集履歴

1

追記

2019/11/25 14:53

投稿

sodiumplus3
sodiumplus3

スコア71

test CHANGED
@@ -1 +1 @@
1
- Ubuntuサーバーにpython3.7を導入することができない
1
+ Debianサーバーにpython3.7を導入することができない
test CHANGED
@@ -1,6 +1,6 @@
1
1
  ###困っていること
2
2
 
3
- Ubuntuのサーバーでpython3.7の`sudo apt install python3.7`を実行して環境構築をしたいが以下のエラーが出てできない
3
+ Debianのサーバーでpython3.7の`sudo apt install python3.7`を実行して環境構築をしたいが以下のエラーが出てできない
4
4
 
5
5
 
6
6
 
@@ -51,3 +51,27 @@
51
51
 
52
52
 
53
53
  困っております。よろしくお願いします。
54
+
55
+
56
+
57
+ 追記:UbuntuではなくてDebianでした
58
+
59
+ ```
60
+
61
+ lsb_release -a
62
+
63
+ ```
64
+
65
+ ```
66
+
67
+ No LSB modules are available.
68
+
69
+ Distributor ID: Debian
70
+
71
+ Description: Debian GNU/Linux 9.11 (stretch)
72
+
73
+ Release: 9.11
74
+
75
+ Codename: stretch
76
+
77
+ ```