PythonAppResource.withVirtualEnvironment
Method
interface PythonAppResource { // ... omitted for brevity withVirtualEnvironment( virtualEnvironmentPath: string, createIfNotExists?: boolean): PythonAppResource;}Signature
method
withVirtualEnvironment builder Configures the virtual environment for a Python application
withVirtualEnvironment( virtualEnvironmentPath: string, createIfNotExists?: boolean): PythonAppResourceParameters
virtualEnvironmentPath string createIfNotExists boolean optional = True Returns
PythonAppResource Defined on
This method is defined on the following type: