On Wed, May 19, 2010 at 12:09 PM, John Griessen wrote: > Can I refer to python2.5 in my scripts and what ipython calls execute > even though ipython was compiled with python2.6? I used python2.6 to satisfy > the latest leo editor's python dependency.
You can start a script off like this if you want: #!/usr/bin/python2.5 And you can always use /usr/bin/python2.5 instead of blindly calling "python". On linux, you can use the "which python" call to figure out which version is your default at the moment. John (both Griessen and English)- I'll be getting the instructions for GEOM and SMESH together soon. I am sorry for the delay. - Bryan http://heybryan.org/ 1 512 203 0507 _______________________________________________ Pythonocc-users mailing list Pythonocc-users@gna.org https://mail.gna.org/listinfo/pythonocc-users