Skip to content

Commit aa41b53

Browse files
committed
Trying to establish a baseling
1 parent c652851 commit aa41b53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyctdev/_conda.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,11 @@
6565

6666
# TODO: not sure what conda-using developers do/prefer...
6767
# pip develop and don't install missing deps
68-
# python_develop = "pip install --no-deps -e ."
68+
python_develop = "pip install --no-deps -e ."
6969
# pip develop and pip install missing deps
7070
# python_develop = "pip install -e ."
7171
# setuptools develop and don't install missing deps
72-
python_develop = "python setup.py develop --no-deps"
72+
# python_develop = "python setup.py develop --no-deps"
7373
# setuptools develop and easy_install missing deps:
7474
# python_develop = "python setup.py develop"
7575

0 commit comments

Comments
 (0)