On 3/20/12 3:22 PM, Leonard Williams wrote:
>       I'm not a developer, but I run some programs that require Mac's 
> developer
> software (X11, XCode), as well as Fink.  I'm jumping from a dying PPC with
> Leopard to an Intell with Lion (10.7.3).  I've discovered now that the
> path setup is not the same with the newer OS.  I installed Fink using all
> the defaults, and my operating system installation is standard.
To the best of my knowledge, setting the PATH should work the same in 
Lion as in any prior OS X version; if you've changed shells along the 
way, that would be another matter.
>       I need to define a path in .profile (initially set up by Fink) to point
> to a command line program called tab (it processes plain text to create
> printed music) in /Applications/Tab4.3.  Once cd'ing to the location of a
> subject file, I should be able to run tab in a terminal window (e.g.:  tab
> MyLute.tab) on it.  The output in the home folder of MyLute will be
> out.ps.  I've tried several variants of what I believe the path should be,
> but nothing works.
>       Any ideas?  Questions I'm not asking?  Info I'm neglecting to provide?  
> I
> don't actively use Fink or the developer packages for much except
> compiling a program from source with a makefile;  the computer uses this
> stuff more than I do, so I don't really know what paths are meaningful to
> the programs involved.
>
> Thanks for any help or insights you can offer!
>
> Leonard Williams
>
>
>
>
This doesn't appear to be a Fink question, really.  We do nothing to 
prevent you from setting your PATH.

I'd expect that if you have something like the following in your 
.profile it should work:

test -r /sw/bin/init.sh && . /sw/bin/init.sh
export PATH=$PATH:/Applications/Tab4.3



------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Fink-beginners mailing list
Fink-beginners@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.apple.fink.beginners
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to