withVirtualEnvironment
Function
interface UvicornAppResource { // ... 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 Applies to
This function is an extension method on the following types: