[ase-users] New stable release: ASE-3.10
Jens Jørgen Mortensen
jensj at fysik.dtu.dk
Tue Mar 22 14:08:16 CET 2016
Den 22-03-2016 kl. 09:46 skrev Bálint Aradi:
>> The ase-gui script has "#!/usr/bin/env python" at the top, so it will
>> use Python 2, which works with pygtk, so you should be able to use 3 for
>> scripts and 2 for ase-gui.
> Just a remark: It seems, that some linux flavors (e.g. Arch linux)
> started to ship python3 as default python interpreter, so it can easily
> happen, that python 3.x is started, if you just invoke python without
> any version number appended. So probably "#!/usr/bin/env python2" would
> be a safer choice.
That's a good idea - done. However, distutils will change that to
"#!/usr/bin/python3" if you do a "python3 setup.py install --user".
Jens Jørgen
>
> Best regards,
>
> Bálint
>
>
More information about the ase-users
mailing list