diff --git a/content/post/using-pyenv-for-python-projects.md b/content/post/using-pyenv-for-python-projects.md index 0ece5e5..f5b996e 100644 --- a/content/post/using-pyenv-for-python-projects.md +++ b/content/post/using-pyenv-for-python-projects.md @@ -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