typing correction

This commit is contained in:
Salar Rahmanian 2017-03-03 16:23:47 -05:00
parent a1d51f7644
commit dc8f68529f

View file

@ -23,7 +23,7 @@ Here some simple notes on how I setup and use [pyenv][3] :
$ brew install pyenv pyenv-virtualenv
```
*****Update your shell profile (.bashrc or .zshrc) adding the following to it (and restart your terminal)**
**Update your shell profile (.bashrc or .zshrc) adding the following to it (and restart your terminal)**
```
if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi