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