TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'

Brett C. brett at python.org
Mon Aug 30 15:02:10 EDT 2004


For Bourne-style shells (BASH, ZSH, etc.) ``export CC=gcc`` will do it
for the current shell (won't save it for future use, that requires
setting it in your shell's config file.  For CSH style I think it is
``setenv CC gcc`` but  I am not sure.




More information about the Python-list mailing list