diff --git a/src/plugins/python/pythonsettings.cpp b/src/plugins/python/pythonsettings.cpp index 0fe6576170f..daa4f591c03 100644 --- a/src/plugins/python/pythonsettings.cpp +++ b/src/plugins/python/pythonsettings.cpp @@ -90,6 +90,7 @@ public: , m_executable(new PathChooser()) { m_executable->setExpectedKind(PathChooser::ExistingCommand); + m_executable->setAllowPathFromDevice(true); connect(m_name, &QLineEdit::textChanged, this, &InterpreterDetailsWidget::changed); connect(m_executable, &PathChooser::textChanged, this, &InterpreterDetailsWidget::changed);