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

Windows command-line compatibility #1

Open
iluxonchik opened this issue Apr 2, 2018 · 2 comments
Open

Windows command-line compatibility #1

iluxonchik opened this issue Apr 2, 2018 · 2 comments

Comments

@iluxonchik
Copy link
Owner

Currently, the tool will fail to run from the command-line in Windows.

This is because the command-line functionality is based on shebangs, which do not work on Windows

#!/usr/bin/env python3

@simsong
Copy link
Collaborator

simsong commented Sep 22, 2018

That's not true. You can run the tool from the command line with windows:

C:\> python3 rfc_bibtex

@iluxonchik
Copy link
Owner Author

@simsong it's not this, it's the fact that just running rfcbibtex does not work. The executables that get put in the PATH use shebang. A batch file needs to be added.

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