-
Clone this repository.
-
Open terminal in the directory.
-
Commands to use for [py] Linux:
Usage: [./py install 3.8.6 ] [./py install 3.8.7 ]
./py install 3.8.6 ----> Builds from source python 3.8.6 // Linux ./py install 3.8.7 ----> Builds from source 3.8.7 // Linux
-
Commands to use for [unpy] MACOS:
Usage: [./unpy check 3 del ] [ ./unpy check 2 del ] [ ./unpy check all ] [ ./unpy check 3 ] [ unpy check 2 ]
Details of each command.
./unpy check 3 del ----> Deletes Python 3 from system
./unpy check 3 -----> check for version 3
./unpy check 2 -----> check for version 2
./unpy check ---> Helpfunction
./unpy check 2 del ----> Deletes Python 2 from system
./unpy check all -----> checks all python versions
Once the desired version is deleted, perform the check again. Nothing will be displayed.