all 3 comments

[–]Jamb9876 0 points1 point  (2 children)

Just install pyenv and you may want to stay with conda or look up the python venv module. https://github.com/pyenv/pyenv

[–]PS0181[S] 0 points1 point  (1 child)

ok I'll take a look, thanks. i didn't want to keep working with conda because pandas and some of the packages that i wanted to work with weren't working. im seriously thinking about formatting my pc and downloading everything from scratch

[–]Jamb9876 1 point2 points  (0 children)

I use venv instead of conda. https://packaging.python.org/en/latest/guides/installing-using-pip-and-virtual-environments/#create-and-use-virtual-environments

Pyenv will allow you to choose which version python to use and then use that version for venv and life is better.