From 43a4df8de0df04fafa3b284eee003fbd74650776 Mon Sep 17 00:00:00 2001 From: Rajiv Chodisetti <46923567+rajivml@users.noreply.github.com> Date: Sun, 24 Nov 2024 13:17:49 +0530 Subject: [PATCH] Update CONTRIBUTING_UIPATH.md --- CONTRIBUTING_UIPATH.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING_UIPATH.md b/CONTRIBUTING_UIPATH.md index 779cabbb491..4875a2a1797 100644 --- a/CONTRIBUTING_UIPATH.md +++ b/CONTRIBUTING_UIPATH.md @@ -72,8 +72,15 @@ Currently, we use pip and recommend creating a virtual environment. For convenience here's a command for it: ```bash -python -m venv .venv -source .venv/bin/activate +edit ~/.zshrc file and add below two lines +eval "$(pyenv init -)" +eval "$(pyenv init --path)" + +pyenv install 3.11 +pyenv shell 3.11.7 +pyenv virtualenv danswer3.11.7 +pyenv activate danswer3.11.7 +pyenv virtualenvs ``` > **Note:**