From b4f79fbb5dbc291b913ea23d07245e10f9c91b52 Mon Sep 17 00:00:00 2001 From: Nathan Clonts Date: Tue, 18 Jul 2023 13:48:22 -0600 Subject: [PATCH] Update install.rst - fix inaccurate virtualenvwrapper.sh path --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index 7271cab..ac2ccfa 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -122,7 +122,7 @@ of the script installed with this package:: export WORKON_HOME=$HOME/.virtualenvs export PROJECT_HOME=$HOME/Devel - source /usr/local/bin/virtualenvwrapper.sh + source ~/.local/bin/virtualenvwrapper.sh After editing it, reload the startup file (e.g., run ``source ~/.bashrc``).