diff --git a/install b/install index 4bd47f4..5223c71 100755 --- a/install +++ b/install @@ -1,4 +1,4 @@ -#!/usr/bin/env python3.4 +#!/usr/bin/env python3 from __future__ import division, with_statement, print_function from contextlib import closing @@ -126,9 +126,6 @@ def has_bin(cmd): return subprocess.call(['which', cmd], stdout=subprocess.PIPE) == 0 if __name__ == '__main__': - if sys.version_info[:2] != (3,4): - print("You need python3.4") - sys.exit(1) if len(sys.argv) == 1: if sys.platform == 'darwin': target = os.path.expanduser('~/Library/Application Support/Open Media Libary')