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 c652851 commit aa41b53Copy full SHA for aa41b53
pyctdev/_conda.py
@@ -65,11 +65,11 @@
65
66
# TODO: not sure what conda-using developers do/prefer...
67
# pip develop and don't install missing deps
68
-# python_develop = "pip install --no-deps -e ."
+python_develop = "pip install --no-deps -e ."
69
# pip develop and pip install missing deps
70
# python_develop = "pip install -e ."
71
# setuptools develop and don't install missing deps
72
-python_develop = "python setup.py develop --no-deps"
+# python_develop = "python setup.py develop --no-deps"
73
# setuptools develop and easy_install missing deps:
74
# python_develop = "python setup.py develop"
75
0 commit comments