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

Joshua Landau joshua.landau.ws at gmail.com
Mon Jun 3 07:26:38 EDT 2013


On 3 June 2013 04:18, Chris Angelico <rosuav at gmail.com> wrote:
> On Mon, Jun 3, 2013 at 12:30 PM, alex23 <wuwei23 at gmail.com> wrote:
>> On Jun 1, 10:24 am, Chris Angelico <ros... at gmail.com> wrote:
>>> Hmm. What other MUD commands have obvious Unix equivalents?
>>>
>>> say --> echo
>>> emote --> python -c
>>> attack --> sudo rm -f
>>
>> who --> who
>> tell --> write
>> alias --> ln
>> look --> cat
>> go --> cd
>> teleport --> pushd/popd ?
>
> I don't use an explicit 'go' though, I usually just type 'n' to go
> north, or 'booth1' to go booth1. Unfortunately that doesn't translate
> well into a simple alias :)

What shell do you use? Zsh supports this (implicit cd). I don't have
it active because it's not that useful - you get better completion
with explicit cd - but it exists.



More information about the Python-list mailing list