Home
last modified time | relevance | path

Searched refs:LABEL_CONDA (Results 1 – 1 of 1) sorted by relevance

/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/prefs/views/python/
H A DPythonInterpreterSelectionDialog.java40 private static final String LABEL_CONDA = "Conda Environments"; field in PythonInterpreterSelectionDialog
50 for (String label : new String[] { LABEL_SYSTEM, LABEL_VIRTUAL, LABEL_CONDA }) in PythonInterpreterSelectionDialog()
100 widgets_.get(LABEL_CONDA).addItem(new PythonInterpreterListEntryUi(interpreter)); in PythonInterpreterSelectionDialog()