withVirtualEnvironment
Method
interface PythonAppResource { // ... omitted for brevity withVirtualEnvironment( virtualEnvironmentPath: string, createIfNotExists?: boolean): PythonAppResource;}Signature
method
withVirtualEnvironment builder Configures a custom virtual environment path for the Python application.
withVirtualEnvironment( virtualEnvironmentPath: string, createIfNotExists?: boolean): PythonAppResourceParameters
virtualEnvironmentPath string createIfNotExists boolean optional = True Returns
PythonAppResource Applies to
This method applies to the following types: