Project

General

Profile

making python scripts executable

Added by Patrick Goetz about 7 years ago

http://emg.nysbc.org/projects/appion/wiki/Install_Appion_Packages

suggests that

Verify that all users have executable permission for rctacquisition.py. It may be necessary to run:

   chmod 755 ./leginon/rctacquisition.py


I notice that none of the .py and pyc files in /usr/local/lib/python2.7/dist-packages/leginon are executable by anyone. Shouldn't they all be executable?

Replies (1)

RE: making python scripts executable - Added by Anchi Cheng about 7 years ago

Oddly enough, no they don't. .pyc are still read by python program.

    (1-1/1)