Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
场景是我有一个本地时间的(旧)后级版本,我已注册为本地项目。当然,这与我想做的其他事情发生冲突,所以我想将其取消注册为本地项目(但不删除它)并使用 quicklisp 版本。任何有关如何做到这一点的提示将不胜感激。
现在没有捷径可以用 Quicklisp 做到这一点。最简单的方法是将其移出~/quicklisp/local-projects/您的 ASDF 源注册表目录。
~/quicklisp/local-projects/
Quicklisp 通过修改asdf:*system-definition-search-functions*. 无论 ASDF 或本地项目的可见性如何,在前面添加另一个从 Quicklisp 加载某些系统的功能是可行的。但是,今天不存在这样的东西。
asdf:*system-definition-search-functions*