Skip to content

Commit 4181307

Browse files
committed
fix: directory to run python commands
create python venv and run pip from parent directory instead of scripts subdirectory
1 parent b4fe2ec commit 4181307

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/codespaces_start_hackingbuddygpt_against_a_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121
# Step 1: Install prerequisites
2222

2323
# setup virtual python environment
24+
cd ..
2425
python -m venv venv
2526
source ./venv/bin/activate
2627

scripts/mac_start_hackingbuddygpt_against_a_container.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ fi
2121
# Step 1: Install prerequisites
2222

2323
# setup virtual python environment
24+
cd ..
2425
python -m venv venv
2526
source ./venv/bin/activate
2627

0 commit comments

Comments
 (0)