I installed runnake after these installation instructions .
The python runsnake.py profile.pfl step python runsnake.py profile.pfl could not be completed because the installation step ( easy_install SquareMap RunSnakeRun ) did not create the runsnake.py file.
For me (on Ubuntu), the installation step created an executable in /usr/local/bin/runsnake . I realized this by reading the console output from the installation phase. It may be located elsewhere on Windows, but it should be printed on the output of easy_install . To read the profile file, I can execute /usr/local/bin/runsnake profile.pfl .
source share