removed the old .bat
This commit is contained in:
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -5,7 +5,7 @@
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Dolly",
|
||||
"name": "Nessa",
|
||||
"type": "python",
|
||||
"request": "launch",
|
||||
"program": "main.py",
|
||||
|
@ -1,8 +1,8 @@
|
||||
@echo off
|
||||
echo Starting Dolly the TODO Bot...
|
||||
echo Starting Nessa the TODO Bot...
|
||||
|
||||
REM Change the directory to where your project is located
|
||||
cd E:\Development\AI Development\Dolly
|
||||
cd E:\Development\AI Development\Nessa
|
||||
|
||||
REM Activate the virtual environment
|
||||
call .venv\Scripts\activate
|
Reference in New Issue
Block a user