We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a9819b commit 807b016Copy full SHA for 807b016
build.sh
@@ -8,7 +8,7 @@ rm -rf continuedev/.venv
8
9
# 2. Create a new virtual environment and activate it
10
python3 -m venv env
11
-source env/bin/activate
+. env/bin/activate
12
13
# 3. Install the required packages
14
pip install -r continuedev/requirements.txt
install-dependencies.sh
@@ -1,4 +1,3 @@
1
-
2
#!/bin/bash
3
# This is used in a task in .vscode/tasks.json
4
# Start developing with:
0 commit comments