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",
|
"version": "0.2.0",
|
||||||
"configurations": [
|
"configurations": [
|
||||||
{
|
{
|
||||||
"name": "Dolly",
|
"name": "Nessa",
|
||||||
"type": "python",
|
"type": "python",
|
||||||
"request": "launch",
|
"request": "launch",
|
||||||
"program": "main.py",
|
"program": "main.py",
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
@echo off
|
@echo off
|
||||||
echo Starting Dolly the TODO Bot...
|
echo Starting Nessa the TODO Bot...
|
||||||
|
|
||||||
REM Change the directory to where your project is located
|
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
|
REM Activate the virtual environment
|
||||||
call .venv\Scripts\activate
|
call .venv\Scripts\activate
|
Reference in New Issue
Block a user