For 1) why don't you just download the source code<https://bitbucket.org/spyder-ide/spyderlib/downloads>( spyder-2.2.5.zip<https://bitbucket.org/spyder-ide/spyderlib/downloads/spyder-2.2.5.zip>), unzip it, open a terminal, `cd` to the source code directory where the setup.py file is, and just use your homebrew Python app to install it with `python setup.py build` and then `python setup.py install` ? Of course you would need to have all the required modules. Check the wiki on How to install Spyder<http://code.google.com/p/spyderlib/wiki/Installation>, and scroll down to "Install or run directly from source".
Em terça-feira, 18 de março de 2014 19h44min58s UTC-3, Simon escreveu: > > Hi, > > I dought being the first one having this issue, but I haven't been able to > find relevant documentation for my problem. I run Spyder on my mac os x > 10.6.8, installed using the dmg file. In parallel I have installed external > packages using pip, and homebrew directly form the terminal. Neither of the > packages are available within the python version of spyderlib. When using > the tool PythonPath in spyder's preference, I cannot reach the folder > /usr/local/... where my homebrew packages are installed. > > 1) is there a way of setting spyder using the default python version of my > machine, the one accessed by default from the terminal? > 2) otherwise, how can I add the path of my external packages included in > the folder /usr/local/... to the spyderlib python? > > Thanks > Simon > -- You received this message because you are subscribed to the Google Groups "spyder" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/spyderlib. For more options, visit https://groups.google.com/d/optout.
