yade-users team mailing list archive
-
yade-users team
-
Mailing list archive
-
Message #15228
Re: [Question #644698]: scipy.ndimage import
Question #644698 on Yade changed:
https://answers.launchpad.net/yade/+question/644698
Status: Open => Answered
Jan Stránský proposed the following answer:
> So that means that is still using the '/usr/bin/python' version of
python?
yes
> How do I define another version of python as the default one?
A workaround it to get the path to your python, e.g. by command
which python
and replace the original
#!/usr/bin/python
by
#!/some/path/to/your/default/python
also
#!/usr/bin/env python
could work, but I am not very familiar with it, the absolute path should work
cheers
Jan
--
You received this question notification because your team yade-users is
an answer contact for Yade.