-
Notifications
You must be signed in to change notification settings - Fork 48
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
Test robotology-superbuild with zsh #779
Comments
Ciao @traversaro , I guess that for testing you will first do:
Please let me know if you need help for this. |
Even without switching the default terminal of your system to |
I tested on a Ubuntu 18.04 docker image zsh ( |
I did build everything from source again, and I have blindly copied my Only problem I have encounter is in using the yarp autocompletion, the instruction in http://wiki.icub.org/wiki/Homebrew#Bash_completion are no longer working.
|
|
Just a curiosity, can you try |
It doesn't seem to be working (e.g. Moreover, I have to other comments:
Note that I have commented out the sourcing to the |
I renamed the issue as in ami-iit/training-conda-robotics#2 @Giulero was able to reproduce problems similar to the one of @lrapetti also on Linux, and I was also able to reproduce them. |
I tested a bit on Linux the |
I opened mamba-org/multisheller#11 to understand how to tackle this issue. |
Renaming
Indeed after
The problem seems to be that
While the correct version should be:
Probably the |
This was fixed by mamba-org/multisheller#13 . |
I just tested with zsh on Ubuntu 20.04, and everything seems to be working as expected. |
The new default shell in macOS is zsh since 10.15 (see https://scriptingosx.com/2019/06/moving-to-zsh/). Apparently, most users of the robotology-superbuild still do not use zsh, but we should nevertheless test it if it works fine, so we are not surprised when users try to use it.
Things to test:
<install_prefix>/share/robotology-superbuild/setup.sh
script of the superbuild, and check if everything is correct or if that script contains some bash-ismrobotology-superbuild/conda/python/generate_conda_recipes_from_metametadata.py
Line 80 in 545ec06
The text was updated successfully, but these errors were encountered: