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