We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70cffef commit a7616b3Copy full SHA for a7616b3
Makefile
@@ -1,4 +1,4 @@
1
-.PHONY: all lint test init-view-submodule vendor-view install dev clean distclean
+.PHONY: all lint test init-view-submodule vendor-view install dev dev-no-view clean distclean
2
3
PYTHON ?= python
4
PREFIX ?= $(CONDA_PREFIX)
@@ -28,7 +28,9 @@ install: vendor-view all
28
mkdir -p $(PREFIX)/etc/conda/activate.d && \
29
cp hooks/50_activate_q2cli_tab_completion.sh $(PREFIX)/etc/conda/activate.d/
30
31
-dev: vendor-view all
+dev: dev-no-view vendor-view all
32
+
33
+dev-no-view: all
34
pip install -e . && \
35
36
0 commit comments