stop relying on 'easy_install' in bootstrap script, use 'python -m easy_install' instead#2590
Conversation
…sy_install' instead
98d845e to
fdb1fd9
Compare
|
I must say, I ditched Ubuntu 18.04 as it comes with a lot of issues (related to other libs and tools). So, I did the test on a VM. I guess the fix works but my installation fails with the Lmod version check, see below.. metin@metin-VirtualBox:~/workspace$ ./bootstrap_eb.py /home/metin/.local/easybuild [[INFO]] Installation prefix /home/metin/.local/easybuild [[INFO]] +++ STAGE 1: installing EasyBuild in temporary dir with easy_install... [[INFO]] installing EasyBuild with 'easy_install --quiet --upgrade --prefix=/tmp/tmpgJ4t_z/eb_stage1 easybuild' [[INFO]] +++ STAGE 2: installing EasyBuild in /home/metin/.local/easybuild with EasyBuild from stage 1... == temporary log file in case of crash /tmp/eb-kVlpFB/easybuild-AFA9zm.log |
|
@mcakircali Do you mind retesting after defining |
|
with 3.6.2, it works as expected.. |
|
Thanks for the feedback @mcakircali! @akesandgren Were you planning to test this too? Should be good to go... |
This should fix the problem reported in #2581
@chossimbaone @mcakircali: Can you test this and let us know whether this fixes the reported problem on Ubuntu 18.04?
You can download the updated bootstrap script (version
20180925.01) using the following command while this PR is open: