Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

latexmk and perl conda conflict #4

Open
antoniojbt opened this issue Jan 28, 2019 · 0 comments
Open

latexmk and perl conda conflict #4

antoniojbt opened this issue Jan 28, 2019 · 0 comments

Comments

@antoniojbt
Copy link
Owner

antoniojbt commented Jan 28, 2019

Install separate conda environment for building reports to avoid perl and latexmk conflict:

Install latex and requirements for report building:
bash -c 'conda install -y sphinxcontrib-bibtex' # for both pdf and html reports
bash -c 'conda install -y texlive-core latexmk perl-local-lib perl==5.20.3.1' # for pdf reports
latexmk and perl may conflict though (unsatisfiable error...)
latexmk is needed for make latexpdf but needs perl 5.20.3.1
perl-local-lib needs perl > 5.26.2
perl and perl local::lib are needed for latex and sphinx report building, perl without local::lib gives compilation errors and missing modules
This only affects latex and pdf building though, html reports are fine

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant