duckietown / hatchery

🐣 An IDE for building ROS applications
http://www.ros.org/
Other
8 stars 1 forks source link

When configuring a python interpreter in CLion, the 'python package' image takes priority over the hatchery images #8

Closed Ishadijcks closed 5 years ago

Ishadijcks commented 5 years ago

I've installed the hatchery plugin in CLion, and it works perfectly for a C++ only project. When I add a python interpreter however, CLion decides to show the default 'python package' image instead of hatchery images.

Is there a way to fix this?

Without interpreter:

image

With interpreter:

image

Ishadijcks commented 5 years ago

Found the problem!

The issue was that I had selected a Python 3.5 interpreter, where I should have selected the ros-compatible Python 2.7.