我正在尝试在 virtualenv 上安装 Latex 作为我上传到 heroku 的项目的一部分。我pip install texlive-latex-extra也easy_install texlive-latex-extra用于包texlive-base, texlive-latex, texlive,texlive-latex-extra正如我提到的等。它给了我一条消息,包不存在,尽管我已经在本地安装了它们:
Searching for texlive-latex
Reading http://pypi.python.org/simple/texlive-latex/
Couldn't find index page for 'texlive-latex' (maybe misspelled?)
Scanning index of all packages (this may take a while)
Reading http://pypi.python.org/simple/
No local packages or download links found for texlive-latex
Run Code Online (Sandbox Code Playgroud)
我在这里错过了什么?