-
Notifications
You must be signed in to change notification settings - Fork 128
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
Distribute latexminted
binary as binary to ease the configuration at user's end
#427
Comments
With TeX Live, a There is a bug in the way that MiKTeX has packaged |
There is no issue with texlive after recent transition.
Do you know how that is achieved, I do not think miktex ships with a python environment as there is no For v2, it has been complaining about missing the pygmentize executable with miktex, which made me manually prepare the executable previously. |
@TLCFEM What
|
That's why I think it is cumbersome for 2 reasons: 1) users need to install a python environment and make it available in PATH, 2) it does not support venv.
|
It seems
|
I mean bundling python files with the package does not allow users to user different venvs with ease. venv itself is for sure supported. |
Having a python environment ready and
pip install
the required package could be cumbersome for some users.For Windows it is even more complex.
Maybe it would help users if the
latexminted
binary can be distributed.Then one just download the binary and place it in PATH, no need to manually configure the python environment, this may avoid a lot of hassles.
By creating
latexminted.py
under folder/python
with the content.And then installing
pyinstaller
and callOne can get an executable to get things running.
This procedure shall be relatively easy with CICD workflows.
Maybe you can consider this.
I can submit a PR if you like the idea.
The text was updated successfully, but these errors were encountered: