You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 9, 2022. It is now read-only.
@LeroyR
how do you deal with the fact that the env-hooks still call python explicitly?
because in ubuntu focal, there is no such executable but only python2 and python3...
so for this to work you'll have to install python-is-python3 or something or create the python symlink yourself...
If this comes up (guess when we update) we will just patch the env hooks call python3 directly. You could also check if "python" exists and otherwise use python3 inside the scripts.
If this comes up (guess when we update) we will just patch the env hooks call python3 directly. You could also check if "python" exists and otherwise use python3 inside the scripts.
ok...I was just curious as we at mojin-robotics currently try to use rosjava in noetic
we made our kinetic branch multi-distro/python-version-compatible
it works with python-is-python3 installed, but I wanted to get rid of that...
are you using rosjava in noetic or still under kinetic?
We use melodic with our forks of rosjava_ mostly to change the maven repository path to be compatible with everything else on our CI and maven projects. You may habe more luck with our forks if you run into any troubles.
We use melodic with our forks of rosjava_ mostly to change the maven repository path to be compatible with everything else on our CI and maven projects. You may habe more luck with our forks if you run into any troubles.
thanks, except for the workaround for the missing python executable I have all I need so far....but I will compare with your forks...
in melodic you can still rely on python executable being symlinked against either python2 or python3...this is different in ubuntu focal (for noetic)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#44