readingbion.blogg.se

Using macports python with eclipse
Using macports python with eclipse











(setq exec-path (cons "/opt/local/bin" exec-path)) (setq erlang-root-dir "/opt/local/lib/erlang") Here’s what I put in mine: (setq load-path (cons "/opt/local/lib/erlang/lib/tools-2.6.4/emacs/" load-path)) emacs file provided in the erlang-mode documentation only need to be tweaked a slight bit to function properly.

#USING MACPORTS PYTHON WITH ECLIPSE INSTALL#

Macports will install Erlang into /opt/local/lib/erlang by default. Here’s how I got erlang-mode working on my system. erl files you’re not entering into erlang-mode, nor is it available to enter into.

using macports python with eclipse

If you’ve installed Erlang with Macports then you may have noticed that when you edit. emacs file for erlang-mode and set your $MANPATH variable correctly, here’s how. After a default installation you’ll need to manually configure your. You may find this helpful if you should find yourself using Erlang on OS X and you’ve installed it using Macports. I did as instructed, and sure enough, dblatex started working! I just wanted to post this on the blog in case anyone else ran into this and missed it like I did. > Installing python26 Activating python26 fully complete your installation and make python 2.6 the default, please run Nestled a good 182 lines back in my buffer was this little message:

using macports python with eclipse

I would have missed it had my shell scrollback not been set to unlimited. I was about to file a bug report about the issue but before I did that I read their new ticket guidelines which requested the full build log be included in the ticket. I got past it by exporting PYTHONPATH=/opt/local/Library/Frameworks/amework/Versions/2.6/lib/python2.6/site-packages, but clearly this was not optimal.

using macports python with eclipse

ImportError: No module named dbtexmf.dblatex I ran into this issue while installing dblatex (0.2.10) from the most recent MacPorts tree today:įile "/opt/local/bin/dblatex", line 16, in











Using macports python with eclipse