Skip to content

Remove the python2 symlink install script

It tried to create a python2 symlink in PATH so things can depend on it.

Nowadays every Python 2 install will have python2 and python can point to Python 3 now, so it might even break things.

Just remove the script.

Fixes #51 (closed)

Merge request reports