是否有包含 rebol user.r 目录的系统变量?
由于 user.r 根据版本更改了目录,因此自动脚本分发会很烦人,因为它依赖于 user.r 而不知道它在哪里。那么有什么系统变量可以告诉它吗?
Since user.r has changed directory depending on version, it is annoying for automatic script distribution which would depend on user.r not to know where it is. So is there any system variable which would tell it ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
user.r,顾名思义,用于设置个人首选项、设置和常用脚本。它并不是被设计为分布式应用程序的“迷你注册表”。依赖 user.r 进行自动脚本分发听起来是一个非常可疑的想法。
user.r is, as the name infers, for setting individual preferences, settings and often-used scripts. It is not designed as a "mini-registry" for distributed applications. Depending on user.r for automatic script distribution sounds a very dubious idea.