Spaces:
Sleeping
Sleeping
git lfs install | |
git clone https://github.com/python/cpython | |
cd cpython | |
./configure --enable-optimizations --with-lto --prefix=$HOME/python | |
make | |
make test | |
make install | |
python -m pip install --upgrade --no-cache-dir pip | |
python -m pip install --upgrade --no-cache-dir -r deps.txt | |
python ./code.py | |