Forums

Change Python Version

Hello I have django app that runs python 3.8

Bash console is 3.10.5

How can I change to 3.8 so my pips install etc?

Thanks!

Each version of Python has its own associated pip -- for example, for Python 3.8, you can use the pip3.8 command to install packages.

ah ofc. no probs ty

Glad we could help!