agent-claw: automated task changes
This commit is contained in:
13
cdk/node_modules/aws-cdk/lib/init-templates/app/python/source.bat
generated
vendored
Normal file
13
cdk/node_modules/aws-cdk/lib/init-templates/app/python/source.bat
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
@echo off
|
||||
|
||||
rem The sole purpose of this script is to make the command
|
||||
rem
|
||||
rem source .venv/bin/activate
|
||||
rem
|
||||
rem (which activates a Python virtualenv on Linux or Mac OS X) work on Windows.
|
||||
rem On Windows, this command just runs this batch file (the argument is ignored).
|
||||
rem
|
||||
rem Now we don't need to document a Windows command for activating a virtualenv.
|
||||
|
||||
echo Executing .venv\Scripts\activate.bat for you
|
||||
.venv\Scripts\activate.bat
|
||||
Reference in New Issue
Block a user