Dennis <[email protected]> sez: >I'm having some trouble configuring BBEdit's Find in Reference command >to work with Python keywords. Here's my set up: [...] >- My PATH is set to use Python 2.6.1. > >- I have Python documentation installed at ~/Documents/python-2.6.2- >docs-html (the most recent 2.x version available) > >- The PYTHONDOCS variable in my environment.plist is set to ~/ >Documentation/python-2.6.2-docs-html (per page 328 of the BBEdit User >Manual) > [...] >Why can't BBEdit's pydoc lookup find the keyword documentation? >Shouldn't it use the 2.6.1 version in my PATH? That seems to work fine >from Terminal. [...]
There are two issues involved here. First, since as Steve mentioned a few days back, <http://groups.google.com/group/bbedit/msg/570aba4f611aed2f> the GUI environment does not inherit from the command line environment, you'll also need to supply a suitable PATH in your environment.plist. By way of example, here's mine: <key>PATH</key> <string>/Users/pwoolsey/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/X11/bin:/opt/local/bin:/usr/local/git/bin</string> Second, please note that changes in your environment.plist don't take effect until you relog. Regards, Patrick Woolsey == Bare Bones Software, Inc. <http://www.barebones.com> P.O. Box 1048, Bedford, MA 01730-1048 --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/bbedit?hl=en If you have a specific feature request or would like to report a suspected (or confirmed) problem with the software, please email to "[email protected]" rather than posting to the group. -~----------~----~----~----~------~----~------~--~---
