From dc8f68529f17bba004a0e5d631fb73c15305030f Mon Sep 17 00:00:00 2001 From: Salar Rahmanian Date: Fri, 3 Mar 2017 16:23:47 -0500 Subject: [PATCH] typing correction --- content/post/using-pyenv-for-python-projects.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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