提问于:
浏览数:
1777
我使用 `install for all users` 和 `portable` 选项安装了 `texlive2020`, 现在我的电脑上是安装在 `d:\texlive\2019` 的 `texlive2019` 和安装在 `d:\texlive\2020` 的 `texlive2020`. 我安装 `texlive2019` 的时候用的是只改了路径的默认选项, 然后在环境变量是 `d:\texlive\2020\bin\win32` 时使用 `texdoc` 命令时, 不会打开文档而且报了 warning, 如下
```
texdoc ctex
texdoc warning: Failed to create cache file in D:/texlive/2020/texmf-var/texdoc/cache-tlpdb.lua:
texdoc warning: Permission denied
```
但是当我将环境变量设置为 `d:\texlive\2020\bin\win32` 再使用 `texdoc` 命令可以打开文档且没有 warning, 请问如何解决呢?