aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrett Cannon <brettcannon@users.noreply.github.com>2018-04-20 14:15:40 -0700
committerGitHub <noreply@github.com>2018-04-20 14:15:40 -0700
commita8c342465b977115b88a4f130833a2fd4c4e7356 (patch)
tree28c53bd4d0628931a6ac5cd705f24ae85e7305b3 /Makefile.pre.in
parentSpelling fixes to docs, docstrings, and comments (GH-6374) (diff)
downloadcpython-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.gz
cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.tar.bz2
cpython-a8c342465b977115b88a4f130833a2fd4c4e7356.zip
bpo-25427: Remove pyvenv (GH-5962)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3a7324f5096..a363f77e378 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1217,8 +1217,6 @@ bininstall: altbininstall
(cd $(DESTDIR)$(BINDIR); $(LN) -s pydoc$(VERSION) pydoc3)
-rm -f $(DESTDIR)$(BINDIR)/2to3
(cd $(DESTDIR)$(BINDIR); $(LN) -s 2to3-$(VERSION) 2to3)
- -rm -f $(DESTDIR)$(BINDIR)/pyvenv
- (cd $(DESTDIR)$(BINDIR); $(LN) -s pyvenv-$(VERSION) pyvenv)
if test "x$(LIPO_32BIT_FLAGS)" != "x" ; then \
rm -f $(DESTDIR)$(BINDIR)/python3-32$(EXE); \
(cd $(DESTDIR)$(BINDIR); $(LN) -s python$(VERSION)-32$(EXE) python3-32$(EXE)) \