Skip to content

Instantly share code, notes, and snippets.

@robertwb
Created August 16, 2016 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertwb/78fbf2de9dff0a7137eba7e421fe5c73 to your computer and use it in GitHub Desktop.
Save robertwb/78fbf2de9dff0a7137eba7e421fe5c73 to your computer and use it in GitHub Desktop.
Attachment cython.bat for http://trac.cython.org/ticket/30
@REM Start cython from windows commandline as "cython", not "cython.py".
@REM This is especially useful for windows power shell, as no extra window
@REM is used.
@echo OFF
python -c "from Cython.Compiler.Main import main; main(command_line = 1)" %*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment