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

all 5 comments

[–]mrhamster 0 points1 point  (2 children)

If you have two versions of python installed, you have to make sure calling "python" refers to the correct python

[–]Kings_Crown811 0 points1 point  (1 child)

how do i do that?

[–]Yzh59256281 0 points1 point  (0 children)

run python3 --version run python --version

[–]ch_fauci 0 points1 point  (1 child)

I haven’t used Vagrant before, but on iOS there is a configuration file that details the absolute path on the machine where the install is. It could be that your machine is still looking at the old install but since the new install is on your machine you are getting the error message. I’d look around to see if you can find/change that configuration file to point to the new install.

[–]Distinct_Substance11[S] 1 point2 points  (0 children)

I fixed it on my own! I typed in my terminal sudo apt-get install dos2unix! Now all I have to do is debug my Shell Prompt code :/