]> jfr.im git - yt-dlp.git/blobdiff - Makefile
Release 2021.01.10
[yt-dlp.git] / Makefile
index 368c835859246fdce5887709f314ae981d2880d9..fe074058292c74f90e05578903e342a8a50ddfb5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,8 @@ PREFIX ?= /usr/local
 BINDIR ?= $(PREFIX)/bin
 MANDIR ?= $(PREFIX)/man
 SHAREDIR ?= $(PREFIX)/share
-PYTHON ?= /usr/bin/env python
+# make_supportedsites.py doesnot work correctly in python2
+PYTHON ?= /usr/bin/env python3
 
 # set SYSCONFDIR to /etc if PREFIX=/usr or PREFIX=/usr/local
 SYSCONFDIR = $(shell if [ $(PREFIX) = /usr -o $(PREFIX) = /usr/local ]; then echo /etc; else echo $(PREFIX)/etc; fi)