回答編集履歴

1

Add second investigation

2020/07/12 05:16

投稿

y_shinoda
y_shinoda

スコア3272

test CHANGED
@@ -33,3 +33,23 @@
33
33
  Python 3.8.3
34
34
 
35
35
  ```
36
+
37
+
38
+
39
+ pyenv が有効な状態で `which python` を実行すると
40
+
41
+ `**/.pyenv/shims/python` というような、パスになるはずです
42
+
43
+
44
+
45
+ そうなっていなければ、
46
+
47
+ たとえば、次のようなインストール手順を忘れているかもしれません:
48
+
49
+ [pyenvでPythonのバージョンを切り替えられない場合の対処法+ - Qiita](https://qiita.com/TheHiro/items/88d885ef6a4d25ec3020)
50
+
51
+
52
+
53
+ いずれにしても、公式のインストール手順を見直してみることをおすすめします
54
+
55
+ [pyenv/pyenv: Simple Python version management](https://github.com/pyenv/pyenv#installation)