I wanted to learn Python, I installed some software. I created a little execution files and none of them will execute. So I've checked my terminal and type basic things like Is, cd etc. None of them work
:Users me$ cd :~ me$ cd :~ me$ cd / :/ me$ Is -bash: Is: command not found :/ me$ cd ~ :~ me$ cd desktop :desktop me$ If I type echo $PATH, here the result:
/Library/Frameworks/Python.framework/Versions/3.7/bin:/Library/Frameworks/Python.framework/Versions/3.6/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
I read many things about how to fix it but I don't understand. For example:
- I don't know how to find the User Folder
- I don't know how to get to the bash.profile
Bear in mind that I am very new to this.