I am using Linux Mint and have followed the Installation Guide carefully.
I cannot move the Executable to bin. The exercism-3.5.4-linux-x86_64.tar.gz has been downloaded and extracted as per the Guide.
Please could you advise?
tim@tim-Aspire-E5-551:~/Downloads$ mkdir -p ~/bin
tim@tim-Aspire-E5-551:~/Downloads$ mv exercism ~/bin
mv: cannot stat 'exercism': No such file or directory
tim@tim-Aspire-E5-551:~/Downloads$```
Use ls to list the contents of a directory. Double check what files exist where. If mv says the file doesn’t exist, it probably doesn’t exist. ls will show you what does exist.