I want to use python version 3.6, becaus python 2.7 can’t work with Django. How can i update version of python in my project?
Try using python3
instead of python
- I think 3.6 is installed on glitch? (if it’s a version <3.6, you could try out narflinger which was made by @wh0 - a quick search on these forums should bring that up)
1 Like