質問編集履歴
1
文字の修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -14,19 +14,19 @@
|
|
14
14
|
|
15
15
|
WARNING: `pyenv init -` no longer sets PATH.
|
16
16
|
|
17
|
-
|
17
|
+
(The below instructions are intended for common
|
18
18
|
|
19
|
-
|
19
|
+
shell setups. See the README for more guidance
|
20
20
|
|
21
|
-
|
21
|
+
if they don't apply and/or don't work for you.)
|
22
22
|
|
23
23
|
|
24
24
|
|
25
|
-
|
25
|
+
Add pyenv executable to PATH and
|
26
26
|
|
27
|
-
|
27
|
+
enable shims by adding the following
|
28
28
|
|
29
|
-
|
29
|
+
to ~/.profile and ~/.zprofile:
|
30
30
|
|
31
31
|
|
32
32
|
|
@@ -38,9 +38,9 @@
|
|
38
38
|
|
39
39
|
|
40
40
|
|
41
|
-
|
41
|
+
Load pyenv into the shell by adding
|
42
42
|
|
43
|
-
|
43
|
+
the following to ~/.zshrc:
|
44
44
|
|
45
45
|
|
46
46
|
|
@@ -48,9 +48,9 @@
|
|
48
48
|
|
49
49
|
|
50
50
|
|
51
|
-
|
51
|
+
Make sure to restart your entire logon session
|
52
52
|
|
53
|
-
|
53
|
+
for changes to profile files to take effect.
|
54
54
|
|
55
55
|
|
56
56
|
|