X Tutup
Skip to content

Update distributing.rst "Development mode" section#208

Merged
theacodes merged 1 commit intopypa:masterfrom
ninz:patch-1
Apr 6, 2017
Merged

Update distributing.rst "Development mode" section#208
theacodes merged 1 commit intopypa:masterfrom
ninz:patch-1

Conversation

@ninz
Copy link
Contributor

@ninz ninz commented Dec 18, 2015

Installing project and dependencies in editable mode using local directories, not vcs, using current instructions does not work. The local directory is found, but then the dependency is overridden and fulfilled by PyPI. Changing the order of the editable mode dependencies (i.e. putting editable mode dependencies which reside in local directories at the top of the requirements file) fixes this problem.

Installing project and dependencies in editable mode using local directories, not vcs, using current instructions does not work. The local directory is found, but then the dependency is overridden and fulfilled by PyPI. Changing the order of the editable mode dependencies (i.e. putting editable mode dependencies which reside in local directories at the top of the requirements file) fixes this problem.
@xavfernandez
Copy link
Member

This looks like a bug in pip (the different behavior between vcs/files editables), is there a related issue that could be linked ?

@theacodes
Copy link
Member

Thanks, @ninz!

@theacodes theacodes merged commit e844cf4 into pypa:master Apr 6, 2017
ncoghlan pushed a commit to ncoghlan/packaging.python.org that referenced this pull request Jun 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup