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

use less evil 'python setup.py easy_install' instead of 'easy_install' #711

Merged
merged 4 commits into from
Oct 19, 2015

Conversation

boegel
Copy link
Member

@boegel boegel commented Oct 13, 2015

Apparently, easy_install is not equivalent with python setup.py easy_install...

When using easy_install, Python package installations listed in easy-install.pth files that are available through $PYTHONPATH (and probably also in ~/.local) get preference over other installations in the Python search path, which can (and does) cause problems.

One example where this is an issue is installing vsc-base-2.4.1.eb on a system where an older version of vsc-base (<=v2.3) is available through easy-install.pth.

Using python setup.py easy_install, these problems do not occur.

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1286/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@wpoely86
Copy link
Member

lgtm

@boegel
Copy link
Member Author

boegel commented Oct 13, 2015

Thanks for the review @wpoely86!

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1298/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@hpcugentbot
Copy link
Contributor

Easyblocks unit test suite PASSed (see https://jenkins1.ugent.be/job/easybuild-easyblocks-pr-builder/1299/console for more details).

This pull request is now ready for review/testing.

Please try and find someone who can tackle this; contact @boegel if you're not sure what to do.

@boegel
Copy link
Member Author

boegel commented Oct 19, 2015

Thanks for the review @wpoely86!

boegel added a commit that referenced this pull request Oct 19, 2015
use less evil 'python setup.py easy_install' instead of 'easy_install'
@boegel boegel merged commit c2baf90 into easybuilders:develop Oct 19, 2015
@boegel boegel deleted the use_easy_install branch October 19, 2015 14:34
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.

3 participants