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
PythonAppResourceApplies to
This method applies to the following types: