Skip to content

Releases: projg2/python-exec

0.3.1

14 May 11:06
python-exec-0.3.1

Choose a tag to compare

  • avoid using execvp(), instead rely on kernel providing the full path,
  • support guessing EPYTHON on systems with executable suffixes (.exe),
  • support 'env' tool fallback for systems lacking direct shebang support.

0.3

14 May 11:06
python-exec-0.3

Choose a tag to compare

0.3
  • use 'epython' module to obtain EPYTHON if available,
  • support symlinks to wrapped scripts,
  • add a small test suite.

0.2

14 May 11:05

Choose a tag to compare

0.2
  • support running the wrapper through Python.

0.1.1

14 May 11:02

Choose a tag to compare

  • add Prefix support ($EPREFIX to paths),
  • try preferred Python2 & 3 implementation from eselect as well.

0.1

14 May 11:01

Choose a tag to compare

0.1

Initial version