Too many python installations. Should i remove them all and install the latest?

Chris Angelico rosuav at gmail.com
Fri May 31 20:24:22 EDT 2013


On Sat, Jun 1, 2013 at 10:18 AM, David <bouncingcats at gmail.com> wrote:
> On 01/06/2013, Chris Angelico <rosuav at gmail.com> wrote:
>> On Sat, Jun 1, 2013 at 8:50 AM, David <bouncingcats at gmail.com> wrote:
>>>
>>> Apart from the bizarre trailing '*' characters which for which I have
>>> no sane explanation...
>>
>> I believe that indicates that his 'ls' is aliased to 'ls --classify',
>> which puts * after executables (and / after directories, and @ after
>> symlinks, also a few others). Not a problem.
>
> Ah, old skool. I have seen that before now that you mention it. Thanks
> for the correction.
> I knew I didn't have all the answers, but felt that I'd try some pig
> wrestling anyway.

Yeah. I know that particular one because I have l aliased to ls -CF
(aka --columns --classify), mainly because it came that way as a
commented-out entry in my first Debian. Have since become quite
accustomed to it; to me, 'l' means 'look' (I do love my MUDs), so I'm
considering aliasing 'gl' to 'pwd' so that I can 'glance' too :)

Hmm. What other MUD commands have obvious Unix equivalents?

say --> echo
emote --> python -c
attack --> sudo rm -f

ChrisA



More information about the Python-list mailing list