[StarCluster] check.py problem

Justin Riley justin.t.riley at gmail.com
Mon Feb 27 16:28:07 EST 2012


Hi Robert,

You're correct that you need to use git at github.com instead of
<user>@github.com. I fixed this on github.

The error you show below indicates that you're not in the StarCluster
repo folder. After you run the 'git clone' command you need to run:

$ cd StarCluster

You should then be able to run ./check.py. Also, as mentioned in the
contribute doc, don't forget to install pep8 and pyflakes before running
the check.py script. You can install using:

$ pip install pep8 pyflakes

or

$ easy_install pep8 pyflakes

HTH,

~Justin

On 02/27/2012 12:04 PM, Robert Yu wrote:
> Hi,
> 
> I followed the instructions here:
> 
>   http://web.mit.edu/star/cluster/docs/latest/contribute.html?highlight=git
> 
> I had to use "git at github.com" instead of "<user>@github.com" in order
> for it to work:
>   % git clone git at github.com:<user>/StarCluster.git starcluster
> 
> So far so good, until I tried running the check:
>   % ./check.py
> : No such file or directory
> 
> Thanks,
> Robert



More information about the StarCluster mailing list