From d4d0ef78d44f138b32786f31c8b80651605f0d4b Mon Sep 17 00:00:00 2001 From: j Date: Sun, 24 Dec 2017 13:25:52 +0000 Subject: [PATCH] Update page 'UpgradeToPython3' --- UpgradeToPython3.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 UpgradeToPython3.md diff --git a/UpgradeToPython3.md b/UpgradeToPython3.md new file mode 100644 index 0000000..3fac0b6 --- /dev/null +++ b/UpgradeToPython3.md @@ -0,0 +1,14 @@ +## Switching to python 3 + +### Install python3 and related system packages, in Ubuntu 16.04 / Debian: + + + apt-get install python3-setuptools python3-pip python3-venv \ + python3-dev python3-pil python3-numpy python3-psycopg2 \ + python3-pyinotify python3-simplejson python3-lxml \ + python3-html5lib python3-ox ipython3 + +### Install python3 virtualenv as pandora user + + + ./ctl init