You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyamg...@googlegroups.com
Hi all,
I tried installing this using the help via this site http://www.control-escape.com/linux/lx-swinstall-tar.html but after unpacking, when I do the ./configure command I get the following message okoye@Raphael-Notebook:~/Documents/python$ ./configure bash: ./configure: No such file or directory okoye@Raphael-Notebook:~/Documents/python$
please what could be the problem? Thank you as I look forward to hearing from you.
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pyamg...@googlegroups.com
Hi Raphael,
Configure and make are utilities usually used to configure and compile
programs in languages like C, C++ and Fortran. In python, the typical
commands are
$ python setup.py build
$ python setup.py install