-
Notifications
You must be signed in to change notification settings - Fork 464
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
Fix install on arch (and python2 systems) #140
Conversation
On pacman the --needed directive prevents from reinstalling base-devel and python2-pip everytime the install script is run (most users will already have this packages and don't want to reinstall them :P) Also added the --noconfirm to pacman, and the -y to yum
Fixed build_qemu.sh for arch
My system (OS X) has See turbulenz/turbulenz_engine#39. I think the right thing to do is check for the existence of |
Going to fix that now |
I think it is ok now |
On the |
nedwill I made the virtualenv checks to mimic the pip2 checks. Going to fix now |
(done) |
This looks good. I'll trust you on the |
Fix install on arch (and python2 systems)
Install wasn't working on arch.
With this patch it works again.