Hi there,
<div>I'm trying to install yt on the new Mac OSX 10.6, Snow Leopard and I have some problems. I run the install script modifying "wget" with "curl -o" and the installation went ok. But then, when I type "yt" in my terminal I receive the "command not found error". Moreover, if I go the the bin directory of yt and type ./yt I enter the program but, trying to run the first example I get this error message:</div>
<div><br></div><div>this is what I type in the bin directory:</div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">./yt halos src/yt-hg/tests/DD0010/moving7_0010/<br>
<br>this is the error:<br>Traceback (most recent call last):<br> File "./yt", line 9, in <module><br>   load_entry_point('yt==2.1stable', 'console_scripts', 'yt')()<br> File "/Users/matteotomassetti/yt-i386/src/yt-hg/yt/utilities/command_line.py", line 961, in run_main<br>
   sys.exit(YT.main())<br> File "/Users/matteotomassetti/yt-i386/src/yt-hg/yt/utilities/cmdln.py", line 257, in main<br>   return self.cmd(args)<br> File "/Users/matteotomassetti/yt-i386/src/yt-hg/yt/utilities/cmdln.py", line 280, in cmd<br>
   retval = self.onecmd(argv)<br> File "/Users/matteotomassetti/yt-i386/src/yt-hg/yt/utilities/cmdln.py", line 412, in onecmd<br>   return self._dispatch_cmd(handler, argv)<br> File "/Users/matteotomassetti/yt-i386/src/yt-hg/yt/utilities/cmdln.py", line 1100, in _dispatch_cmd<br>
   return handler(argv[0], opts, *args)<br> File "/Users/matteotomassetti/yt-i386/src/yt-hg/yt/utilities/command_line.py", line 387, in do_halos<br>   hp = HP.HaloProfiler(arg,opts.halo_parameter_file,**kwargs)<br>
TypeError: __init__() got an unexpected keyword argument 'radius'</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">so my questions are:</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">1) how can I call yt in any shell without going to the bin directory of the program every time?</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">2) how can I fix the above bug?</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br>
</span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Please help me, yt looks really nice for what I have to do and I really don't want to miss the chance to use it!</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; "><br></span></div><div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">Cheers,</span></div>
<div><span class="Apple-style-span" style="font-family: arial, sans-serif; font-size: 13px; border-collapse: collapse; ">M.</span></div>