Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3fc49ab

Browse files
committed
install as python3 #5461
1 parent e66fe30 commit 3fc49ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -787,7 +787,7 @@ bininstall: altbininstall
787787
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
788788
else true; \
789789
fi
790-
(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
790+
(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3)
791791
-rm -f $(DESTDIR)$(BINDIR)/python-config
792792
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)
793793

0 commit comments

Comments
 (0)