From 7adcc6d0d80622940859265f5c8a2b22c8c57573 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