Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Make setupegg symlink correct dateutil library #1387

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

Merged
merged 3 commits into from
Oct 16, 2012

Conversation

dmcdougall
Copy link
Member

Setupegg assumes the install tree is the same as the source tree. This
is not the case, since a different version of the dateutil library is
used depending on whether python version 2 or 3 is used. This fix
symlinks the correct version at run-time.

Fixes #1354.

Setupegg assumes the install tree is the same as the source tree. This
is not the case, since a different version of the dateutil library is
used depending on whether python version 2 or 3 is used. This fix
symlinks the correct version at run-time.
@dmcdougall
Copy link
Member Author

Cheers @mdboom. I'm pretty sure this is good to go now.

@dmcdougall
Copy link
Member Author

I'm going to go ahead and merge this.

dmcdougall added a commit that referenced this pull request Oct 16, 2012
Make setupegg symlink correct dateutil library
@dmcdougall dmcdougall merged commit 314e602 into matplotlib:v1.2.x Oct 16, 2012
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.

2 participants