PythonAppResource.withUv
Method
interface PythonAppResource { // ... omitted for brevity withUv( install?: boolean, args?: string[]): PythonAppResource;}Signature
method
withUvbuilderAdds a UV environment setup task to ensure the virtual environment exists before running the Python application.
withUv( install?: boolean, args?: string[]): PythonAppResourceParameters
installbooleanoptional= Trueargsstring[]optionalReturns
PythonAppResourceDefined on
This method is defined on the following type: