From 4b2036fcb7a9d327144e5cdf7c770acac2f1cded Mon Sep 17 00:00:00 2001
From: Sean Whalen
Date: Sat, 16 Feb 2019 10:53:53 -0500
Subject: [PATCH] Update pypy3 download
---
_sources/index.rst.txt | 8 ++++----
index.html | 8 ++++----
2 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/_sources/index.rst.txt b/_sources/index.rst.txt
index 97c286c..97b6bf9 100644
--- a/_sources/index.rst.txt
+++ b/_sources/index.rst.txt
@@ -509,11 +509,11 @@ symlink:
.. code-block:: bash
- wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
- tar -jxf pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
+ wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-7.0.0-linux_x86_64-portable.tar.bz2
+ tar -jxf pypy3.5-7.0.0-linux_x86_64-portable.tar.bz2
rm pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
- sudo chown -R root:root pypy3.5-6.0.0-linux_x86_64-portable
- sudo mv pypy3.5-6.0.0-linux_x86_64-portable /opt/pypy3
+ sudo chown -R root:root pypy3.5-7.0.0-linux_x86_64-portable
+ sudo mv pypy3.5-7.0.0-linux_x86_64-portable /opt/pypy3
sudo ln -s /opt/pypy3/bin/pypy3 /usr/local/bin/pypy3
Install ``virtualenv`` on your system:
diff --git a/index.html b/index.html
index 8cfdf32..33694e3 100644
--- a/index.html
+++ b/index.html
@@ -700,11 +700,11 @@ above commands.
virtualenv. First, download the latest portable Linux version of pypy3. Extract it to
/opt/pypy3 (sudo mkdir /opt if /opt does not exist), then create a
symlink:
-wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
-tar -jxf pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
+wget https://bitbucket.org/squeaky/portable-pypy/downloads/pypy3.5-7.0.0-linux_x86_64-portable.tar.bz2
+tar -jxf pypy3.5-7.0.0-linux_x86_64-portable.tar.bz2
rm pypy3.5-6.0.0-linux_x86_64-portable.tar.bz2
-sudo chown -R root:root pypy3.5-6.0.0-linux_x86_64-portable
-sudo mv pypy3.5-6.0.0-linux_x86_64-portable /opt/pypy3
+sudo chown -R root:root pypy3.5-7.0.0-linux_x86_64-portable
+sudo mv pypy3.5-7.0.0-linux_x86_64-portable /opt/pypy3
sudo ln -s /opt/pypy3/bin/pypy3 /usr/local/bin/pypy3