mirror of
https://github.com/python/cpython.git
synced 2026-01-26 17:22:25 +00:00
install as python3 #5461
This commit is contained in:
parent
e66fe30215
commit
3fc49ab830
1 changed files with 1 additions and 1 deletions
|
|
@ -787,7 +787,7 @@ bininstall: altbininstall
|
|||
then rm -f $(DESTDIR)$(BINDIR)/$(PYTHON); \
|
||||
else true; \
|
||||
fi
|
||||
(cd $(DESTDIR)$(BINDIR); $(LN) python$(VERSION)$(EXE) $(PYTHON))
|
||||
(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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue