- sudo apt-get update
- sudo apt-get -y upgrade
then to check python version
which python or
- python3 -V
then to install python version 3
- sudo apt-get install -y python3-pip
then install You can install Python packages
- sudo apt-get install build-essential libssl-dev libffi-dev python-dev
0 comments:
Post a Comment