Searched refs:pythonBinaryFile (Results 1 – 1 of 1) sorted by relevance
1175 File pythonBinaryFile = new File(venvDir.getAbsolutePath(), in getPythonBinary() local1177 String pythonBinPath = pythonBinaryFile.getAbsolutePath(); in getPythonBinary()1178 if (pythonBinaryFile.exists()) { in getPythonBinary()