【发布时间】:2014-12-26 18:40:13
【问题描述】:
我喜欢使用 MacPorts,而 Chocolatey 是完美的替代应用。
但是当我使用 Windows 时,我只在 C 盘上安装操作系统,所以如果我的 Windows 系统有任何问题,我只需格式化我的 C 盘。因此,我所有的文件都存储在 D 或 E 驱动器中。
我安装了 Chocolatey,但默认驱动器是 C。
C:\ProgramData\chocolatey
另外,安装应用程序的默认位置也是 C 盘。例如,ruby 安装在这个位置:
// Get Ruby from the repository
choco install ruby
// Then it installed in this location:
C:\tools\ruby213\bin;
我可以将默认位置设置为 D 盘吗?
【问题讨论】:
标签: chocolatey