We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1153a5d commit 422402aCopy full SHA for 422402a
app/start.sh
@@ -1,5 +1,7 @@
1
#!/bin/sh
2
3
+# cd into the parent directory of the script,
4
+# so that the script generates virtual environments always in the same path.
5
cd "${0%/*}" || exit 1
6
7
cd ../
0 commit comments