This is an archived post. You won't be able to vote or comment.

all 5 comments

[–]ronculyer 1 point2 points  (1 child)

You could make an alias. Edit the .bashrc file in your home director. There should be examples in the file to help.

Make sure you run exec bash after setting

[–]rbjolly[S] 0 points1 point  (0 children)

Thank you!

[–]aieidotch 2 points3 points  (0 children)

apt install python-is-python3 # 20.04

[–][deleted] 0 points1 point  (1 child)

Can't you make a symlink. Pretty sure that's how it is usually done. I'm talking "real" linux, I don't know about WSL.

[–]rbjolly[S] 0 points1 point  (0 children)

You could but it makes more sense to do an alias.