PINE64

Full Version: how install pip3 on ubuntu 18.04
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
i just received rockpro64 and install ubuntu 18.04 via pine64 installer

how i install pip3 

and how to make IDE  for python3 


thank
(04-30-2019, 12:26 PM)huat99 Wrote: [ -> ]i just received rockpro64 and install ubuntu 18.04 via pine64 installer

how i install pip3 

and how to make IDE  for python3 


thank


Open a terminal, then do:

Code:
sudo apt-get update
sudo apt-get install pip3
thank, and how about IDE for python3
(04-30-2019, 08:10 PM)huat99 Wrote: [ -> ]thank, and how about IDE for python3


I haven't used it, but you can try searching for the package:

Code:
sudo apt-cache search <file or package name>