We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 98d50e3 commit c1ca12bCopy full SHA for c1ca12b
.envrc
@@ -4,7 +4,7 @@ if [[ -f .env ]]; then
4
dotenv .env
5
fi
6
7
-if [ ! -d .venv ]; then
+if [ ! -d python/.venv ]; then
8
echo "warning: creating virtualenv for the first time"
9
make setup
10
source python/.venv/bin/activate
0 commit comments