From 0d7cf1e331f54fd374c02667d0e937c68b1e6093 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Mon, 12 Jul 2021 09:47:02 +0200 Subject: Update the instructions on installing python and configuring it --- .bash_profile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.bash_profile') diff --git a/.bash_profile b/.bash_profile index 7951242..31aab5c 100644 --- a/.bash_profile +++ b/.bash_profile @@ -63,7 +63,8 @@ fi if command -v pyenv 1>/dev/null 2>&1; then eval "$(pyenv init --path)" eval "$(pyenv init -)" - eval "$(pyenv virtualenv-init -)" + export PIPENV_VENV_IN_PROJECT=1 + export PATH="$HOME/.local/bin:$PATH" fi # ==== Rust config -- cgit v1.2.3