Skip to content

Commit 08d1bc4

Browse files
authored
chore: added sudo to the link command
1 parent 5f9b37b commit 08d1bc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

environment-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ pyenv install 2.7.18
252252
pyenv global 2.7.18
253253
254254
# link the installed python version to be available to XCode
255-
ln -s ~/.pyenv/shims/python /usr/local/bin/python
255+
sudo ln -s ~/.pyenv/shims/python /usr/local/bin/python
256256
```
257257

258258
To load and initialize pyenv, add the following lines to your shell profile, usually `~/.bash_profile` or `~/.bashrc`, or if you are using `zsh` then `~/.zshrc`:

0 commit comments

Comments
 (0)