-
Notifications
You must be signed in to change notification settings - Fork 203
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
Pollution by Python3 prevents EasyBuild from working smoothly #1532
Comments
@citibeth: a couple of problems related to having Python 3 as the default Python were handled in #1411, but apparently we didn't get the full picture here. I'll try and look into playing around with it on a system where Python 3 is the default (e.g. Arch Linux), and see what problems are left unhandled. This is very much related to #1410 btw. |
Even without finding an Arch Linux, you can probably catch most of the
On Sun, Jan 17, 2016 at 9:30 AM, Kenneth Hoste [email protected]
|
@citibeth This should be fixed with EasyBuild v2.7.0, please verify? |
Closing this, cfr. #1410 |
The problem comes when the system default "python" is python3, not python2. This causes problems at many stages:
python bootstrap_eb.py
doesn't work because the script calls a hardcoded "python" inside. This can be fixed, see: http://stackoverflow.com/questions/2589711/find-full-path-of-python-interpreter
export PYTHONUSERBASE=$EB_ROOT/software/EasyBuild/2.5.0
SUGGESTED TESTING APPROACH:
(Alternately: just hack your system so the "python" command does something non-funtional).
The text was updated successfully, but these errors were encountered: