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

Make sure we have a Python3 environment. #567

Closed
wants to merge 1 commit into from

Conversation

openbrian
Copy link

The --no-site-packages option is deprecated.

@@ -30,7 +30,7 @@ To run and develop within your clone, do these steps:

.. code-block:: bash

virtualenv . --no-site-packages
virtualenv --python=python3 .
Copy link
Member

Choose a reason for hiding this comment

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

Let's make this ``python3 -m venv .` instead.

@disko disko closed this in b9cdc09 Nov 21, 2019
@disko
Copy link
Member

disko commented Nov 21, 2019

Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants