diff options
-rw-r--r-- | build.sh | 2 | ||||
-rwxr-xr-x | install-dependencies.sh | 1 |
2 files changed, 1 insertions, 2 deletions
@@ -8,7 +8,7 @@ rm -rf continuedev/.venv # 2. Create a new virtual environment and activate it python3 -m venv env -source env/bin/activate +. env/bin/activate # 3. Install the required packages pip install -r continuedev/requirements.txt diff --git a/install-dependencies.sh b/install-dependencies.sh index b6060a98..ba350dea 100755 --- a/install-dependencies.sh +++ b/install-dependencies.sh @@ -1,4 +1,3 @@ - #!/bin/bash # This is used in a task in .vscode/tasks.json # Start developing with: |