equinor / komodoenv

Komodoenv is the virtualenv of the Komodo world
GNU General Public License v3.0
1 stars 3 forks source link

Make editable installs possible #76

Closed larsevj closed 3 months ago

larsevj commented 3 months ago

Issue Resolves #44

Approach Renames _komodo.pth to zzz_komodo.pth such that it is sorted after "most" other packages and as such gets added last to path, allowing other packages to "overwrite" with editable installs.

Also removes seemingly unused python types and python shims code.

Pre review checklist

Pre merge checklist