All public logs

Jump to navigation Jump to search

Combined display of all available logs of JoBaPedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:21, 3 February 2023 Joachim talk contribs created page Build any python version for venv (Created page with "= Build Python = == Optional Prerequisites == Most should be there, check https://devguide.python.org/getting-started/setup-building/index.html#install-dependencies for details zypper in tk-devel sqlite3-devel gdbm-devel readline6-devel == User Build == ver=3.11.1 cd wget -O- https://www.python.org/ftp/python/3.11.1/Python-3.11.1.tar.xz | tar xf - cd Python-3.11.1 mkdir run ./configure --enable-optimizations --prefix=$PWD/run make -j8 make install == Use T...")