[RESOLVED] python runs python3 after upgrade

I just upgraded parrot security in my vmware vm to the new 4.11 and now python has this output:

Python 3.8.5 (default, Aug 2 2020, 15:09:07)
[GCC 10.2.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>>

Before I upgraded, python ran python 2 and python3 ran python3, which is exactly how I want it. Why is this happening, and is there a way to upgrade my system, but still make python run python 2? Thank you!

edit: resolved bc i’m a dumbass.

omg tysm for putting me out of my misery. sry, I’m usually literate. if I wanted to make this not happen, would it be advisable to symlink sudo ln -sf /usr/bin/python /usr/bin/python like this?

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.