Relatively new developer here, and this is my first time posting. For two days I have been searching for the answer to the issue I have been having, following guides and such but I seem to keep digging myself into a deeper hole with this one. So I decided to post here for help
What is happening is it appears that I have python installed properly, but when I run echo $PATH
in terminal I get this:
/Library/Frameworks/Python.framework/Versions/3.6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin/python3
I have tried editing the ~/.bash_profile
to make sure that the correct path is listed, and currently it appears as:
/Library/Frameworks/Python.framework/Versions/3.6/bin:${PATH}
I'm assuming that having the ${PATH}
there may be what's causing it to continuously echo as it is, but I'm not sure about removing anything since I don't want to screw things up.
Also when using sublime text 3 I can't get similar errors, I'm assuming because it's not correctly finding the path. I'm not able to build until I can find a way to resolve this, but for the moment at least I am at a loss.
Any help would be greatly appreciated!!!