python 2.7 - Windmill seems to be successfully installed, but doesn't start -



python 2.7 - Windmill seems to be successfully installed, but doesn't start -

i installed windmill on mac (mountain lion) using pip, , seems successful:

macbook-pro:~ kyskmt$ pip-2.7 install windmill requirement satisfied (use --upgrade upgrade): windmill in /opt/local/library/frameworks/python.framework/versions/2.7/lib/python2.7/site-packages cleaning up...

but windmill doesn't start:

macbook-pro:site-packages kyskmt$ windmill firefox -bash: windmill: command not found

my question: should follow instructions on link? https://github.com/windmill/windmill/wiki/installing don't want follow because create python install folder, i.e. "/usr/local/bin/python". i'd installed python2.7 , pip, many other libraries, using macports (thus, location is:"/opt/local/bin/python").

should install python , easy_install? or other solution start windmill?

works default python on os x 10.8 , older versions.

following practice of installing python modules user instead of root, installed windmill pip install --user windmill

obviously need sure have ~/library/python/2.7/bin/ in path, that's outside scope of question.

if install root on different directory, find , add together path in bash_profile.

python-2.7 osx-mountain-lion pip windmill

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -