'error while updating Python from the tar.gz file
Solution 1:[1]
u cant install python with pip
extract the tgz file
and go to the directory (cd)
then type python setup.py install --user
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|---|
| Solution 1 | BGOPC |

