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.
是否可以在同一台 Linux 机器上同时安装和使用 haxe2 和 haxe3?我正在尝试设置 CC 服务器。
我有一个带有符号链接的尴尬解决方案:在 /usr/lib 中有一个符号链接,它指向我想要使用的 haxe 安装,并在每次我想要切换时手动更新它。但可能有更优雅的东西吗?
理想情况下,我想为第三个版本运行 haxe3,而为第二个版本运行 haxe。当然,他们需要拥有自己的一套 haxelib 库。
为了某种封闭。我最终使用了 docker。没有符号链接,没有开关,只是不同 Haxe 版本的独立环境。