I created a symbolic link via ln -s pathname/folder/file.py whatever
and I now have a bright blue link in my home directory with the symbolic link command name but when I try whatever hello_world
, it's giving me an error saying whatever: command not found
.
What I want to do works when I re-type out the pathname and file but the symbolic link seems to be doing nothing....which means I did something wrong