Closed analog-cbarber closed 1 year ago
whl2conda install into an environment adds the package just using conda install <pkg> after installing dependencies but it appears that the conda install doesn't install the entry points.
whl2conda install
conda install <pkg>
Report this as a limitation/defect for now.
Actually, the problem is that whl2conda was not generating the correct link.json output for the entry point. (#93)
link.json
Not a problem with whl2conda install
whl2conda install
into an environment adds the package just usingconda install <pkg>
after installing dependencies but it appears that the conda install doesn't install the entry points.