質問編集履歴

1

環境を追記いたしました。

2019/10/28 02:11

投稿

sususu
sususu

スコア99

test CHANGED
File without changes
test CHANGED
@@ -170,4 +170,44 @@
170
170
 
171
171
  以上よろしくお願いいたします。
172
172
 
173
+
174
+
173
- これ解決ないといけ愛とおもて
175
+ 下記環境追記いたます。
176
+
177
+ ```
178
+
179
+ [root@a05020a8e696 ~]# cat /etc/redhat-release
180
+
181
+ CentOS Linux release 7.6.1810 (Core)
182
+
183
+ [root@a05020a8e696 ~]#
184
+
185
+
186
+
187
+ [root@a05020a8e696 ~]# python3.6 --version
188
+
189
+ Python 3.6.8
190
+
191
+ [root@a05020a8e696 ~]#
192
+
193
+
194
+
195
+ ```
196
+
197
+ ```
198
+
199
+ [root@a05020a8e696 ~]# python3.6
200
+
201
+ Python 3.6.8 (default, Aug 7 2019, 17:28:10)
202
+
203
+ [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)] on linux
204
+
205
+ Type "help", "copyright", "credits" or "license" for more information.
206
+
207
+ >>> import site; site.getsitepackages()
208
+
209
+ ['/usr/local/lib64/python3.6/site-packages', '/usr/local/lib/python3.6/site-packages', '/usr/lib64/python3.6/site-packages', '/usr/lib/python3.6/site-packages']
210
+
211
+ >>>
212
+
213
+ ```