1015b
![]() |
|
|
|
|
|||||||
| Installation and Maintenance of FreeBSD Ports or Packages Installing and maintaining the FreeBSD Ports Collection or FreeBSD Packages (i.e. third party software). |
![]() |
|
|
Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Hey guys. Can anyone give me a little guidance on getting a good Python IDLE going on FreeBSD? I can't seem to figure it out
I have it on my netbook running Linux but that was pretty easy to set up and I'm a total novice with FreeBSD.
|
|
#2
|
||||
|
||||
|
What's an IDLE?
|
|
#3
|
||||
|
||||
|
I'm guessing you mean IDE? What are you looking for? I find vi/emacs are more powerful then IDEs like Eclipse, but to each his own. vi is in the base system. If you wanted emacs/eclipse you could do
% cd /usr/ports/editors/emacs && sudo make install clean or % cd /usr/ports/java/eclipse && sudo make install clean.
|
|
#4
|
|||
|
|||
|
Integrated DeveLopment Environment. That's how it is on my netbook running Linux. It's a shell, I guess, that you can write code in and execute with rather than typing python in the terminal and doing it that way.
|
|
#5
|
|||
|
|||
|
Cool. I'll check that out. I'll be able to run that from within Gnome or?
|
|
#6
|
||||
|
||||
|
OK, now I realize that IDLE is a specific IDE for python development and it's included in devel/python27.
|
|
#7
|
||||
|
||||
|
Yeah, absolutely. If you want an X11 editor similar to vi, there is gvim. The newer emacs with daemon mode works well for switching between the x11 client and the console.
|
|
#8
|
|||
|
|||
|
Quote:
Thanks a lot guys. I'll let you know how it turns out.
|
|
#9
|
|||
|
|||
|
Or thanks a lot guy, I should say
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| [Python] How to get CGIHTTPServer module of python | INE | Installation and Maintenance of FreeBSD Ports or Packages | 1 | February 28th, 2011 19:04 |
| [Solved] IDLE (from any python package) crashes at start with floating point exception 8 | adihodos | Userland Programming & Scripting | 2 | January 12th, 2011 17:35 |
| Why ZFS disk access every 5 min at idle? | jimsve | System Hardware | 8 | April 18th, 2010 00:16 |
| [Solved] System responsiveness VERY slow, IDLE 94-98% | ikbendeman | General | 5 | March 10th, 2010 07:45 |
| How to auto-logout after XXX idle? | lhmwzy | General | 3 | January 21st, 2009 00:57 |