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

Test it and get it ready for more distributions #1

Open
eljuanchosf opened this issue Jun 24, 2016 · 1 comment
Open

Test it and get it ready for more distributions #1

eljuanchosf opened this issue Jun 24, 2016 · 1 comment

Comments

@eljuanchosf
Copy link
Owner

No description provided.

@dufferzafar
Copy link

@eljuanchosf You'll be happy to know that the script is working on OSX El Capitan.

I first installed mactex!

brew install caskroom/cask/brew-cask
brew cask install mactex

then included the path to binaries

export PATH=$PATH:/usr/local/texlive/2016/bin/x86_64-darwin

commented out the apt-get lines

diff --git src2pdf src2pdf
index 882f73f..c39e41a 100644
--- src2pdf
+++ src2pdf
@@ -1,8 +1,8 @@
 #!/bin/bash -e

 # Check everything is installed:
-sudo apt-get -y -qq install python python-pip texlive-latex-extra
-sudo pip install Pygments
+# sudo apt-get -y -qq install python python-pip texlive-latex-extra
+# sudo pip install Pygments

and boom! things were working. 😄

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

No branches or pull requests

2 participants