Skip to content

Fix travis on macOS. #135

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 1 commit into from
Jan 8, 2020
Merged

Fix travis on macOS. #135

merged 1 commit into from
Jan 8, 2020

Conversation

clalancette
Copy link
Contributor

When trying to install python3 from homebrew, travis was
complaining that it couldn't overwrite python2 symlinks
with python3 symlinks. Follow the advice given by homebrew
and unlink python@2 before trying to install python3. This
fixes travis on macOS for me.

Signed-off-by: Chris Lalancette clalancette@openrobotics.org

When trying to install python3 from homebrew, travis was
complaining that it couldn't overwrite python2 symlinks
with python3 symlinks.  Follow the advice given by homebrew
and unlink python@2 before trying to install python3.  This
fixes travis on macOS for me.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
@clalancette
Copy link
Contributor Author

@nuclearsandwich Just FYI, we are going to go ahead and merge this (and cherry-pick over to #133 and #134) so we can land these changes in the next Eloquent patch release. If you disagree with these changes, please feel free to give a review later and we'll fix it up.

@clalancette clalancette merged commit 3c7ece6 into ros2 Jan 8, 2020
@clalancette clalancette deleted the fix-travis-macos-python branch January 8, 2020 20:56
clalancette added a commit that referenced this pull request Jan 8, 2020
When trying to install python3 from homebrew, travis was
complaining that it couldn't overwrite python2 symlinks
with python3 symlinks.  Follow the advice given by homebrew
and unlink python@2 before trying to install python3.  This
fixes travis on macOS for me.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
clalancette added a commit that referenced this pull request Jan 8, 2020
When trying to install python3 from homebrew, travis was
complaining that it couldn't overwrite python2 symlinks
with python3 symlinks.  Follow the advice given by homebrew
and unlink python@2 before trying to install python3.  This
fixes travis on macOS for me.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
mjcarroll pushed a commit that referenced this pull request Jan 10, 2020
When trying to install python3 from homebrew, travis was
complaining that it couldn't overwrite python2 symlinks
with python3 symlinks.  Follow the advice given by homebrew
and unlink python@2 before trying to install python3.  This
fixes travis on macOS for me.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
mjcarroll pushed a commit that referenced this pull request Jan 10, 2020
When trying to install python3 from homebrew, travis was
complaining that it couldn't overwrite python2 symlinks
with python3 symlinks.  Follow the advice given by homebrew
and unlink python@2 before trying to install python3.  This
fixes travis on macOS for me.

Signed-off-by: Chris Lalancette <clalancette@openrobotics.org>
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