dom96 / choosenim

Tool for easily installing and managing multiple versions of the Nim programming language.
BSD 3-Clause "New" or "Revised" License
679 stars 67 forks source link

Updated readme to address potential issue with MacOs #341

Open Niminem opened 2 months ago

Niminem commented 2 months ago

I banged my head against the wall for a couple of hours trying to get nim/choosenim/etc to work on my mac- I clearly saw ~/.nimble/bin in my path via echo $path but it wouldn't work. Upon further investigation, apparently I didn't have a .zshrc file in my home directory and needed to add the path there.

This was on a clean installation of mac.

It may or may not be common so I figured it's best to add notes to the README.

Archargelod commented 2 months ago

I clearly saw ~/.nimble/bin in my path via echo $path but it wouldn't work.

$path and $PATH are two different things. $PATH is widely used by everything, but I've never seen $path until today.

Niminem commented 2 months ago

@Archargelod Interesting. Oddly enough, both $PATH and $path shown the same for me and figured it was just case-insensitive and the same things. I've accepted those changes from your end. I think we may be good here to finish this one out :)

Niminem commented 2 months ago

@Archargelod @dom96 Gentlemen, I would love to make some Youtube videos about Nim and simply point them to Choosenim for installation. Because many of the viewers will not be from a technical background (I do SEO professionally), many will have a Mac and may encounter the issue described above.

Can we merge this PR asap?

Niminem commented 2 months ago

@dom96 ?