A suggestion for python 2.1.

Miki Tebeka mtebeka at iil.intel.com
Thu Oct 19 10:16:48 EDT 2000


Hello,

> The way I would like to run it is:
> python cleanup(.py)
> the way I have to write it is 
> python directoryWhereCleanupIsStored/cleanup.py
> I've tried various tricks for this ( modifying PATH and PYTHONPATH ),
I use aliasing for that matter.
(e.g. alias pyclean="python dirname/cleanup.py")
Or bash functions
(e.g. runpy() {
	python dirname/$1.py
	}
)
      


Bye.
------------------------------------------------------------------------------
Smile, damn it, smile.

lambda msg: { 
	'name' : 'Miki Tebeka',
	'email' : 'tebeka at lycosmail.com',
	'homepage' : 'www.tebeka.freeservers.com',
	'quote' : "I don't suffer from insanity, I enjoy every minute of it."
}[msg]




More information about the Python-list mailing list