-
Notifications
You must be signed in to change notification settings - Fork 2
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
does not work on python3 #5
Comments
Two workarounds:
# open the first doc under package geometry
texdoc geometry
# or first list all files and then select one
texdoc -l geometry |
At the moment I do not have a working Mac to test anything on; but from inspection of Changing the code for that will not be difficult, I estimate 30 minutes work (probably even less), but obviously requires a working Mac to test everything. Enabling Python 2 again is a bad idea, in a similar amount of time it is better to test this on Python 3. |
As much as I would like to not install Python 2, but as long as there is no Python 3 release of https://github.com/deanishe/alfred-workflow (e.g. see efforts in this PR deanishe/alfred-workflow#184), the texdoc workflow will probably require Python 2 for a while as well. In the meanwhile you can do following:
|
Latest macOS comes with python3 by default but the scripts are python2 only. Needs updating of all the python scripts and the script filter.
The text was updated successfully, but these errors were encountered: