Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 783 Bytes

compatibility.md

File metadata and controls

24 lines (15 loc) · 783 Bytes

Compatability

Linux

There aren't any known compatability issues on Linux.

OS X

There aren't any known compatability issues on OS X.

Windows

PyGradle has basic support for Windows. We would like to note that pex is not offically supported on Windows, while it seems to work properly we cannot guarantee it.

We're eager to review pull requests from our Windows user base!

Caveats

  • The integration tests require that Python be available in your PATH.
  • The pex format defaults to "fat" - meaning each pex contains all dependencies..
  • All pex files are renamed to include a .py extension, whereas on Unix based systems they are .pex.
  • You must have Python installed and the .py extension needs to be registered to the Python interpreter you want to run.