Open traversaro opened 3 years ago
In https://github.com/wolfv/multisheller/pull/8 I added support in multisheller to add and remove values from env variables list, that could be useful for this.
Example of their use can be found for example in the files in https://github.com/traversaro/robotology-superbuild/tree/6199a7d9e67de85d5c9024905f687f094ad37e8c/conda/multisheller, while the snippet of code to generate the actual scripts from the msh files can be found in https://github.com/traversaro/robotology-superbuild/blob/6199a7d9e67de85d5c9024905f687f094ad37e8c/conda/python/generate_conda_recipes_from_metadatadata.py#L57 .
At the moment gazebo on Windows does not start correctly in Powershell or Git Bash, and it works correctly only when launched on Command Prompt. I am not sure if this is expected or not, but having an issue open at least can be helpful for confused users.
In both Powershell and Git Bash, the error is the following:
This is probably caused by the fact that the activation script is running only when the activated bash is Command Prompt. The easiest solution for this may be to roll our our own https://github.com/wolfv/multisheller scripts instead of relying on the one provided by Gazebo.
Environment (
conda list
):Details about
conda
and system (conda info
):