分类
devops

install python v2.7.18 on debian12

install python v2.7.18 on debian12

install vfox

https://github.com/version-fox/vfox/

install python

HTTPS_PROXY=http://192.168.67.111:8118 vfox add python

apt install -y build-essential zlib1g-dev libssl-dev libreadline-dev libsqlite3-dev wget curl llvm libxml2-dev libxmlsec1-dev libpq-dev

export HTTPS_PROXY=http://192.168.67.111:8118;
export PYTHON_BUILD_HTTP_CLIENT="curl"; 
vfox i python@2.7.18

vfox use python@2.7.18



Preparing Python 2.7.18 for use...
Checking Python installation at: /home/debian/.version-fox/cache/python/v-2.7.18/python-2.7.18
Checking Python 2.7.18 installation health...
Python 2.7.18 is healthy and ready to use
Now using python@2.7.18.