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

Install script fails when a TEXMF path needs to be manually input. #21

Closed
ashvinsrivatsa opened this issue Sep 27, 2013 · 0 comments
Closed
Labels

Comments

@ashvinsrivatsa
Copy link

In pythontex_install_texlive.py at line 145, there's a check to see whether the path_choice variable is equal to the string "2". If kpsewhich is unavailable on the system, though, the script never hits the block at line 114 where path_choice is set. In this event, the script errors out:
NameError: name 'path_choice' is not defined

Presumably this could be fixed by adding a query to the user in the except: block at line 126 to find out whether the path they've manually inputted is a local path or not.

@gpoore gpoore closed this as completed in 58c9369 Oct 22, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant