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 1b97e49 commit 799ad6aCopy full SHA for 799ad6a
dev-setup.sh
@@ -1,3 +1,5 @@
1
+echo "Running in shell: $SHELL (process: $(ps -p $$ -o comm=))"
2
+
3
# Create venv if not already present
4
if [ ! -d "venv" ]; then
5
python3 -m pip install venv
0 commit comments