質問編集履歴

2

PATH

2020/06/29 07:00

投稿

cat_miau
cat_miau

スコア13

test CHANGED
File without changes
test CHANGED
@@ -32,6 +32,8 @@
32
32
 
33
33
  # pip3 show seleniumで確認
34
34
 
35
+ ```ここに言語を入力
36
+
35
37
  Name: selenium
36
38
 
37
39
  Version: 3.141.0
@@ -53,3 +55,17 @@
53
55
  Required-by:
54
56
 
55
57
  ~
58
+
59
+ ```
60
+
61
+
62
+
63
+ # >>> sys.path確認
64
+
65
+ ```['', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python38.zip', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8', '/Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/lib-dynload', '/Users/kazukikawahara/project/env/lib/python3.8/site-packages']
66
+
67
+ ```
68
+
69
+
70
+
71
+ おそらくPATHが通ってないのかなと思うのですが、やり方がわからなく苦戦中です。

1

pip3 show selenium

2020/06/29 07:00

投稿

cat_miau
cat_miau

スコア13

test CHANGED
File without changes
test CHANGED
@@ -27,3 +27,29 @@
27
27
  ・macbookpro2015
28
28
 
29
29
  ・brewでインストールしてます
30
+
31
+
32
+
33
+ # pip3 show seleniumで確認
34
+
35
+ Name: selenium
36
+
37
+ Version: 3.141.0
38
+
39
+ Summary: Python bindings for Selenium
40
+
41
+ Home-page: https://github.com/SeleniumHQ/selenium/
42
+
43
+ Author: UNKNOWN
44
+
45
+ Author-email: UNKNOWN
46
+
47
+ License: Apache 2.0
48
+
49
+ Location: /Library/Frameworks/Python.framework/Versions/3.8/lib/python3.8/site-packages
50
+
51
+ Requires: urllib3
52
+
53
+ Required-by:
54
+
55
+ ~