Hi, I'm a bit lazy and can't be bothered to type out bpython every time and tend to forget to, or forget to run it separately from the menu. I really like using it though when I do remember. ;)
To alleviate the issue I made an alias for it in my shell, e.g. python="bpython". This mostly works fine, and as bpython says it passes arguments to python it doesn't understand. The biggest problem I have is that it takes over the -c option normally used to execute strings. I use that one a lot and bpython unfortunately breaks it. Is it possible to move the short options to unused letters, or perhaps remove them in favor of only the long ones? Python itself doesn't seem to recognize long options so it might be a good way to tackle the problem. Thanks if anyone can help. -- You received this message because you are subscribed to the Google Groups "bpython" 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/bpython?hl=en.
