summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.sh2
-rwxr-xr-xinstall-dependencies.sh1
2 files changed, 1 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index d7e5aeda..c9dd60f6 100644
--- a/build.sh
+++ b/build.sh
@@ -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: