Wiki home
Editing page "
Python2
"
Base on previous version:
0
-
1001
-
2291
-
2882
-
3147
-
3600
-
4000
-
4540
-
5032
-
5531
-
6212
-
6549
-
6768
-
7242
# This is for the old Python 2.x, for a more recent version see [pkg]Python[/pkg] wget -c [link]https://www.python.org/ftp/python/2.7.18/Python-2.7.18.tar.xz[/link] tar -xJf Python-2.7.18.tar.xz cd Python-2.7.18 mkdir -p build cd build ../configure --prefix="/usr" --enable-shared --enable-unicode=ucs4 make # Doesn't mind -j# make install
Change summary:
Tags allowed:
[pkg]name[/pkg]
Link to another package on the buildwiki by name
[link]URL[/link]
Link to an external page