mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
don't install extras like pydoc and idle in altinstall, possibly overwriting the 2.x ones #1590
This commit is contained in:
parent
25c6cd2ae7
commit
8c65d54581
1 changed files with 1 additions and 1 deletions
|
@ -757,7 +757,7 @@ install: altinstall
|
|||
|
||||
# Install almost everything without disturbing previous versions
|
||||
altinstall: @FRAMEWORKALTINSTALLFIRST@ altbininstall libinstall inclinstall libainstall \
|
||||
sharedinstall oldsharedinstall @FRAMEWORKALTINSTALLLAST@
|
||||
oldsharedinstall @FRAMEWORKALTINSTALLLAST@
|
||||
|
||||
# Install shared libraries enabled by Setup
|
||||
DESTDIRS= $(exec_prefix) $(LIBDIR) $(BINLIBDEST) $(DESTSHARED)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue