mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
make python3 alias in altbininstall
This commit is contained in:
parent
c50cb8e9c1
commit
cee5663068
1 changed files with 1 additions and 1 deletions
|
@ -789,7 +789,6 @@ bininstall: altbininstall
|
|||
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
|
||||
else true; \
|
||||
fi
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3)
|
||||
-rm -f $(DESTDIR)$(BINDIR)/python-config
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-config python-config)
|
||||
|
||||
|
@ -816,6 +815,7 @@ altbininstall: $(BUILDPYTHON)
|
|||
fi; \
|
||||
else true; \
|
||||
fi
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON)3)
|
||||
|
||||
# Install the manual page
|
||||
maninstall:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue