#How do I downgrade python to 3.8

47 messages · Page 1 of 1 (latest)

umbral flower
#

Why do you need to downgrade? Are you trying to downgrade system python?

modest prism
umbral flower
#

You can install a bunch of python versions all isolated

modest prism
#

Yeah pyenv didn't work for me

umbral flower
#

Didn't work how

modest prism
#

It just didn't work I don't know what to tell you

umbral flower
#

And. Your system won't work if you keep messing with your default python

#

It will break eventually, pip will delete things

modest prism
umbral flower
umbral flower
#

You can't just downgrade an essential part of your OS to a version made years ago

#

Once I tried to update my system python to 3.12 and had to fully re install

modest prism
# umbral flower Is there an error?

Dude I don't know I just know that it didn't work and at this point I can't be fucked to sort it out and I will look at it in the morning I am kinda over not been given any actual help or told some bullshit like you are telling me now.

umbral flower
#

Do you want me to give you a step by step guide to brick your os?

umbral flower
#

Please take the help you are given, don't be stubborn especially if you don't know what you are doing

#

You won't have an OS if you actually do what you want

modest prism
#

You aren't giving help though

umbral flower
#

I asked for any errors or details regarding pyenv

#

You left a paragraph telling me im giving you bullshit and won't help

#

Do you see the issue?

modest prism
umbral flower
#

You are free to brick your system but I'm going to advise you the proper way to set up separate python versions

#

If you are asking for help in the first place I'm going to assume you don't know what you are about to do

modest prism
#

Yeah I am just gonna close the thread and ask again tomorrow. I will probably also block you.

umbral flower
#

Ok :)

modest prism
umbral flower
#

No problem have a good day

#

I hope you find a solution to your issue

ionic cargo
#

you should be able to install 3.8 using pyenv install 3.8

modest prism
ionic cargo
modest prism
#

It's why I didn't say any more

ionic cargo
modest prism
#

I mostly say this to annoy and because I can't

supple wedge
#

Don't downgrade your python, your system are depends on it dpkg --list | grep python

supple wedge
ionic cargo
supple wedge
# ionic cargo why?

It will create another python, not downgrade it.

In contrast with pythonbrew and pythonz, pyenv does not...

 Need to be loaded into your shell. Instead, pyenv's shim approach works by adding a directory to your PATH.
 Manage virtualenv. Of course, you can create virtualenv yourself, or pyenv-virtualenv to automate the process.```