Skip to content

    IPython

    Created by
    UMARismyname
    UMARismyname

    Productive interactive computing. Example showcases the speed and error groups of Python 3.11. But Debugger is stuck at 3.10 This template takes little storage, has a more productive interpreter and prevents uninstallation of poetry, but want to set up python 3.12 on your own repl? If you're on the normal python template and haven't changed existing lines of the hidden files, run this in Shell:

    v=1
    (sed -i '/prybar-python\|stderred/d' replit.nix
    sed -i '/python/s/10/1'$v/g replit.nix .replit
    sed -i '/^python[[:blank:]]*=/s/=.*/= \'"'"'^3.1'"$v'"/ pyproject.toml
    sed -i 's/stable-\w*/unstable/
    /stderred/,+1d' .replit
    curl https://prybar-python.umarismyname.repl.co/3.1$v -o venv/bin/prybar-python31$v
    chmod +x venv/bin/prybar-python31$v)

    set v to 2 for 3.12.

    When Python updates, re-run the first line accordingly, then the last 2 lines (without the closing )) , and if I maintain my repl, it should update.

    26/6/2022 UPDATE: work around issue in yarl compilation

    Preview