Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e66fe30 commit 3fc49abCopy full SHA for 3fc49ab
1 file changed
Makefile.pre.in
@@ -787,7 +787,7 @@ bininstall: altbininstall
787
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
788
else true; \
789
fi
790
- (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
+ (cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3)
791
-rm -f $(DESTDIR)$(BINDIR)/python-config
792
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)
793
0 commit comments