PythonAppResource.withVirtualEnvironment
Method
interface PythonAppResource { // ... omitted for brevity withVirtualEnvironment( virtualEnvironmentPath: string, createIfNotExists?: boolean): PythonAppResource;}Signature
method
withVirtualEnvironmentbuilderConfigures a custom virtual environment path for the Python application.
withVirtualEnvironment( virtualEnvironmentPath: string, createIfNotExists?: boolean): PythonAppResourceParameters
virtualEnvironmentPathstringcreateIfNotExistsbooleanoptional= TrueReturns
PythonAppResourceDefined on
This method is defined on the following type: