realpython / realpython/python-guide

Wrong virtualenv export variable

Open
#1,026 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Batchfile
Stars
29.8k
Forks
5.9k
PR merge metrics
No merged PRs in 30d

Description

The following text is in the Lower Level: virtualenv section
"or change the interpreter globally with an env variable in ~/.bashrc:

$ export VIRTUALENVWRAPPER_PYTHON=/usr/bin/python2.7"

Since this section is talking about virtualenv, not virtualenvwrapper, the export should be
$ export VIRTUALENV_PYTHON=/usr/bin/python2.7

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Open the Lower Level: virtualenv section in the guide and compare the documented export variable with the distinction between virtualenv and virtualenvwrapper described in the issue. Update the variable name to match the virtualenv section, then review the rendered text to confirm the correction is clear.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
documentation
Issue type
Documentation
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
55/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.