rickstaa/.ros_conda_wrapper

Conda wrapper not working for enviroments other than the base

Closed this issue · 2 comments

Describe the bug
Currently, the wrapper is only working with the base environment. This is caused by the PYTHONPATH.

To Reproduce
Steps to reproduce the behavior:

  1. Clone repository and install the wrapper.
  2. Try to use conda activate <ENV_NAME>
  3. See enum error

Expected behavior
The conda environment is activated.

Desktop (please complete the following information):

  • OS: UBUNTU 18.04
  • CONDA version: 4.7
  • ROS version: Melodic.

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.97. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

Fixed in 4a6b5b6.