PINE64
how install pip3 on ubuntu 18.04 - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=98)
+--- Forum: General Discussion on ROCKPRO64 (https://forum.pine64.org/forumdisplay.php?fid=99)
+--- Thread: how install pip3 on ubuntu 18.04 (/showthread.php?tid=7439)



how install pip3 on ubuntu 18.04 - huat99 - 04-30-2019

i just received rockpro64 and install ubuntu 18.04 via pine64 installer

how i install pip3 

and how to make IDE  for python3 


thank


RE: how install pip3 on ubuntu 18.04 - evilbunny - 04-30-2019

(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



RE: how install pip3 on ubuntu 18.04 - huat99 - 04-30-2019

thank, and how about IDE for python3


RE: how install pip3 on ubuntu 18.04 - evilbunny - 04-30-2019

(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>