conda-forge / conda-forge/conda-forge.github.io

Policy: where should binaries go

未关闭
#26 14 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Complexity - low Docs
主要语言
JavaScript
星标
170
派生
320
平均合并
2 天 10 小时
30 天内合并 PR
5

描述

E.g. if a environment should contain a binary which should be available to python apps which run in that enviroment. E.g. [pandoc](https://github.com/conda/conda-recipes/tree/master/pandoc), whichshould be available for `nbconvert` or `pypandoc`.

This isn't handled consitently in the conda-recipe repo: a linux is isnatleld into `PREFIX/bin`, but windows sometimes into `LIBRARY_BIN` and sometimes into `SCRIPTS`.

In my windows python, `LIBRARY_BIN` is automatically added to the path (`os.environ["PATH"]` contains `LIBRARY_BIN`) but not scripts. For this I would prefer that such apps go into `LIBRARY_LIB`, so that they are available even if I don't activate the env but call python there directly.

I've no clue how Linux/OSX handle this...

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。