Installing Python on Linux Mint 18.1

Опубликовано: 17 Октябрь 2024
на канале: Squalor Archive
20,912
200

[Command Order]
1. navigate to tar file
.........$ cd directoryOfTarFile/
2. extract tar file
.........$ tar xvf Python-X.Y.Z.tar.xz
3. navigate to extracted python folder
.........$ cd Python-X.Y.Z
4. configure and install
.........$ ./configure
.........$ sudo make
.........$ sudo make install




*Sorry about the bad comment formatting. Anyone know how to make indentations?

Blog: http://squalorarchive.com