Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Docs] Update install.rst: fix inaccurate virtualenvwrapper.sh path #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

naclonts
Copy link

Since Ubuntu ~12 or so, virtualenvwrapper.sh is installed to a different path than described in the documentation.

Related Issue: #53

@mergify mergify bot added the documentation Improvements or additions to documentation label Jul 18, 2023
@@ -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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The /usr/local prefix is not ideal, but if this path only applies on Ubuntu then it's not ideal either. Maybe we need to clarify that the path to use here is going to depend on how virtualenvwrapper is installed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants