jtriley / StarCluster

StarCluster is an open source cluster-computing toolkit for Amazon's Elastic Compute Cloud (EC2).
http://star.mit.edu/cluster
GNU Lesser General Public License v3.0
583 stars 313 forks source link

where to locate starcluster config file - StarCluster install to a different directory #624

Open tamuanand opened 5 years ago

tamuanand commented 5 years ago

Hi

On Linux machine, I installed StarCluster to a different directory by doing the command

pip install StarCluster -t /path/to/install_dir

It installed correctly with all dependencies.

Question: where do I find the 'starcluster' command to run 'starcluster help' to setup/create the config file?

Thanks in advance, Anand