teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

文字の修正

2021/05/27 10:32

投稿

zi_zi
zi_zi

スコア4

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
- # (The below instructions are intended for common
9
+ (The below instructions are intended for common
10
- # shell setups. See the README for more guidance
10
+ shell setups. See the README for more guidance
11
- # if they don't apply and/or don't work for you.)
11
+ if they don't apply and/or don't work for you.)
12
12
 
13
- # Add pyenv executable to PATH and
13
+ Add pyenv executable to PATH and
14
- # enable shims by adding the following
14
+ enable shims by adding the following
15
- # to ~/.profile and ~/.zprofile:
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
- # Load pyenv into the shell by adding
21
+ Load pyenv into the shell by adding
22
- # the following to ~/.zshrc:
22
+ the following to ~/.zshrc:
23
23
 
24
24
  eval "$(pyenv init -)"
25
25
 
26
- # Make sure to restart your entire logon session
26
+ Make sure to restart your entire logon session
27
- # for changes to profile files to take effect.
27
+ for changes to profile files to take effect.
28
28
 
29
29
 
30
30
  ### 試したこと