Interface BundledPythonCopier
-
- All Known Implementing Classes:
WindowsBundledPythonCopier
public interface BundledPythonCopier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>
copyPython()
Copy a cloud sdk bundled python into a temporary directory and return an environment map with the location of that bundled pythonCLOUDSDK_PYTHON:path/to/copied/python
.
-
-
-
Method Detail
-
copyPython
Map<String,String> copyPython() throws InterruptedException, CommandExitException, CommandExecutionException
Copy a cloud sdk bundled python into a temporary directory and return an environment map with the location of that bundled pythonCLOUDSDK_PYTHON:path/to/copied/python
.
-
-