How to update python 3.5 to python 3.6 on ubuntu16-.04

Had to add a new repository

and the did bench migrate-env python3.6

1 Like

Steps followed before bench migrate-env

sudo apt-get install software-properties-common
sudo add-apt-repository ppa:deadsnakes/ppa 
sudo apt-get update
sudo apt-get install python3.6
1 Like

You may need other updates to be done e.g.

sudo npm install semver
sudo npm install chalk
sudo npm install rollup
sudo npm install rollup-plugin-multi-entry
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.