conda / menuinst

Cross platform menu item installation
https://conda.github.io/menuinst/
BSD 3-Clause "New" or "Revised" License
33 stars 41 forks source link

Move `cwp.py` to `_legacy` subpackage #145

Closed jaimergp closed 10 months ago

jaimergp commented 10 months ago

Description

This file is used by menuinst v1 shortcuts to "pseudo-activate" environments. It's distributed to the %PREFIX% root for shorter paths in the shortcut target (e.g. %PREFIX%\python %PREFIX%\cwp.py %PREFIX% my-program).

It doesn't matter where in the repo it resides because eventually it's moved to PREFIX anyway.

Checklist - did you ...