[nim-dev] Re: Install Nim + Nimble on OS X using Homebrew

  • From: OderWat <nimforum@xxxxxxxxxx>
  • To: nim-dev@xxxxxxxxxxxxx
  • Date: Sat, 25 Jun 2016 15:48:11 +0000

Afaik you do not need the symlink. It may even harm. I still regard homebrew 
Nim as a bad way to install Nim until it stabilizes.

Nim uses the std lib by using the path the Nim binary is located. Thats also 
why `nim-vm` <https://github.com/ekarlso/nim-vm>`_ easily can install and 
maintain multiple versions of Nim. 

Installing Nimble works just as described in the docs in 
https://github.com/nim-lang/nimble in the Unix section.

Other related posts: