Friday, January 29, 2021

Install Python setup on UNIX; Setup

 Python is mandatory to setup SVN and other software:

Download src from https://www.python.org/downloads/ and unzip on UNIX box.

tar -xvzf /path/to/yourfile.tgz

Navigate to unzipped folder /home/app/src/Python-3.8.7/ and run 
$./configure
$ make
$ python -V 


https://askubuntu.com/questions/499807/how-to-unzip-tgz-file-using-the-terminal



No comments: