Update page 'UpgradeToPython3'
parent
0a4d6553bf
commit
d4d0ef78d4
1 changed files with 14 additions and 0 deletions
14
UpgradeToPython3.md
Normal file
14
UpgradeToPython3.md
Normal file
|
@ -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
|
Loading…
Reference in a new issue