tar xf Python-3.8.2.tar.xz
cd Python-3.8.2
./configure --prefix=/path/to/PYTHON
make -j 96 make install
export PATH=/path/to/PYTHON/bin:$PATH