質問編集履歴
1
文字の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -6,25 +6,25 @@
|
|
6
6
|
### 該当のソースコード
|
7
7
|
Last login: Thu May 27 19:05:17 on ttys000
|
8
8
|
WARNING: `pyenv init -` no longer sets PATH.
|
9
|
-
|
9
|
+
(The below instructions are intended for common
|
10
|
-
|
10
|
+
shell setups. See the README for more guidance
|
11
|
-
|
11
|
+
if they don't apply and/or don't work for you.)
|
12
12
|
|
13
|
-
|
13
|
+
Add pyenv executable to PATH and
|
14
|
-
|
14
|
+
enable shims by adding the following
|
15
|
-
|
15
|
+
to ~/.profile and ~/.zprofile:
|
16
16
|
|
17
17
|
export PYENV_ROOT="$HOME/.pyenv"
|
18
18
|
export PATH="$PYENV_ROOT/bin:$PATH"
|
19
19
|
eval "$(pyenv init --path)"
|
20
20
|
|
21
|
-
|
21
|
+
Load pyenv into the shell by adding
|
22
|
-
|
22
|
+
the following to ~/.zshrc:
|
23
23
|
|
24
24
|
eval "$(pyenv init -)"
|
25
25
|
|
26
|
-
|
26
|
+
Make sure to restart your entire logon session
|
27
|
-
|
27
|
+
for changes to profile files to take effect.
|
28
28
|
|
29
29
|
|
30
30
|
### 試したこと
|