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

Servo doesn't detect virtualenv? #23231

Closed
pixilcode opened this issue Apr 19, 2019 · 2 comments
Closed

Servo doesn't detect virtualenv? #23231

pixilcode opened this issue Apr 19, 2019 · 2 comments

Comments

@pixilcode
Copy link

Hello, I am attempting to install Servo. I have run ./mach bootstrap, and it has completed successfully as far as I can tell. However, when I try to run ./mach run github.com, it gives me the message that Python virtualenv is not installed. Please install it prior to running mach. I have installed virtualenv using pip install virtualenv, but it still gives me the same error.

@georgeroman
Copy link
Contributor

The default of pip is probably set to python3, but you need to install virtualenv for python2. Try running pip2 install virtualenv or python2 -m pip install virtualenv.

@pixilcode
Copy link
Author

This worked. Thanks.

@jdm jdm closed this as completed Apr 19, 2019
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

No branches or pull requests

3 participants