Skip to content

Removed references to Setuptools/easy_install in favor of pip. #687

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

Merged
merged 10 commits into from
Dec 7, 2016
Prev Previous commit
Next Next commit
Bad tick marks in virtualenv doc
  • Loading branch information
Adam Nelson committed Mar 15, 2016
commit 53a249a58ec90c04e92247c1fc22a2b69135062b
2 changes: 1 addition & 1 deletion docs/dev/virtualenvs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ For example, you can work on a project which requires Django 1.9 while also
maintaining a project which requires Django 1.8.

If you are using Python 3, make sure you run something like the following (or
have it in your env variables in `~/.bashrc`):
have it in your env variables in ``~/.bashrc``):

.. code-block:: console

Expand Down