Skip to content
This repository was archived by the owner on Jan 13, 2022. It is now read-only.

Where do you call huxley from? #64

Closed
lbain opened this issue Aug 8, 2014 · 2 comments
Closed

Where do you call huxley from? #64

lbain opened this issue Aug 8, 2014 · 2 comments

Comments

@lbain
Copy link

lbain commented Aug 8, 2014

I have huxley installed, but I always get a command not found.

Proof it's installed:

$ sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future pip install huxley
Requirement already satisfied (use --upgrade to upgrade): huxley in /Users/lucy/Library/Python/2.7/lib/python/site-packages
Requirement already satisfied (use --upgrade to upgrade): selenium==2.35.0 in /Users/lucy/Library/Python/2.7/lib/python/site-packages (from huxley)
Requirement already satisfied (use --upgrade to upgrade): plac==0.9.1 in /Users/lucy/Library/Python/2.7/lib/python/site-packages (from huxley)
Requirement already satisfied (use --upgrade to upgrade): Pillow==2.2.1 in /Library/Python/2.7/site-packages (from huxley)
Requirement already satisfied (use --upgrade to upgrade): jsonpickle==0.4.0 in /Library/Python/2.7/site-packages (from huxley)
Cleaning up...

Install command from #53

And here's the error:

examples (master) $ huxley --record
-bash: huxley: command not found

I'm running the huxley --record command from the examples folder, is that right? Am I missing something?

Thanks!

@charstarstars
Copy link

Try:

ls -al /usr/local/bin | grep huxley

If huxley is there, see if /usr/local/bin is in your PATH

echo $PATH

@lbain
Copy link
Author

lbain commented Aug 13, 2014

thanks!

@lbain lbain closed this as completed Aug 13, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants