Why Python still 2.7 ? How could i install or upgrade on Glitch?

Try using python3 instead of python.

3 Likes

sorry but its late , i have installed it with pyenm just use these in command

curl https://pyenv.run | bash
export PATH="$HOME/.pyenv/bin:$PATH"
eval "$(pyenv init --path)"
eval "$(pyenv virtualenv-init -)"


it will cahange your shell envirement after that
install python version you desire by following command

pyenv install 3.x.x

replace x.x with desire version you want

I didn’t even think that you could have Python on glitch…