search
last updated: 2022-09-26]
go to: Python home page
-----
$ sudo apt-get install software-properties-common
$ sudo apt-add-repository universe
$ sudo apt-get update
$ sudo apt-get install python3-pip
-------------------------------------------------
After that, restart your shell and things should work as expected.
Also had trouble finding .bashrc file:
Another forum post said:
Another post said there was (and I found) a copy of .bashrc in /etc/skel folder
Another post said:
Open the .bashrc file in your home directory (for example, /home/your-user-name/.bashrc) in a text editor.
Add export PATH="your-dir:$PATH" to the last line of the file, where your-dir is the directory you want to add.
Save the .bashrc file.
Restart your terminal.
.
.
.
eof