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 f841e42 commit 99ac2f1Copy full SHA for 99ac2f1
1 file changed
Makefile.pre.in
@@ -946,8 +946,6 @@ bininstall: altbininstall
946
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
947
-rm -f $(DESTDIR)$(BINDIR)/2to3
948
(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
949
- -rm -f $(DESTDIR)$(BINDIR)/pysetup3
950
- (cd $(DESTDIR)$(BINDIR); $(LN) -s pysetup$(VERSION) pysetup3)
951
-rm -f $(DESTDIR)$(BINDIR)/pyvenv
952
(cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
953
0 commit comments