Open yarikoptic opened 4 years ago
Can't we figure out which pip installed package provided that script (i.e. place
files:
entry with it within this package listing)?
We get the associated files with pip show -f
, but that isn't supported with editable packages. pip show -f datalad
with an editable datalad shows
Files:
Cannot locate installed-files.tx
For a regular install, the file section is
Files:
../../../bin/datalad
../../../bin/git-annex-remote-datalad
../../../bin/git-annex-remote-datalad-archives
../../../bin/git-annex-remote-ora
datalad-0.13.0rc2.dist-info/COPYING
[... 634 lines ...]
datalad/version.py
So, any ideas on how a script can be linked to an editable package?
I did
where datalad was installed via
pip install -e
so I gotbut nowhere actual
which datalad
pointed file was listed. Can't we figure out which pip installed package provided that script (i.e. placefiles:
entry with it within this package listing)?