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 c864b8c commit 61624dcCopy full SHA for 61624dc
Makefile
@@ -378,6 +378,9 @@ flake8: requirements .flake8
378
@echo
379
test -f $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate || $(PYTHON_VERSION) -m venv $(VIRTUALENV_ST2CLIENT_DIR) || virtualenv --python=$(PYTHON_VERSION) $(VIRTUALENV_ST2CLIENT_DIR) --no-download
380
381
+ test -f $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate
382
+ ls -l $(VIRTUALENV_ST2CLIENT_DIR)
383
+
384
# Setup PYTHONPATH in bash activate script...
385
# Delete existing entries (if any)
386
sed -i '/_OLD_PYTHONPATHp/d' $(VIRTUALENV_ST2CLIENT_DIR)/bin/activate
0 commit comments