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 9fa8c49 commit 7b9cc51Copy full SHA for 7b9cc51
.env
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+if [ -e ./venv/bin/activate ]; then
3
+ source ./venv/bin/activate
4
+fi
0 commit comments