mitsuhiko / pipsi

pip script installer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

On Windows, pipsi doesn't track installed executables

pfmoore opened this issue · comments

Because Windows doesn't use symlinks, it's not possible to list or uninstall the command wrappers that have been installed.

Rather than trying to detect which wrappers were installed, would it make sense to store that data in package_info.json at install time? That would be a cross-platform solution. If this is an acceptable approach, I'll put together a PR to implement it.

please go ahead

#109 created for this. Needs a bit more testing, but works for the manual tests I've done so far.