Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to use in python3? #1

Open
gamelife1314 opened this issue Aug 2, 2016 · 1 comment
Open

How to use in python3? #1

gamelife1314 opened this issue Aug 2, 2016 · 1 comment

Comments

@gamelife1314
Copy link

How to use in python3?

@msjaiswal
Copy link
Owner

I use a very raw method as of now. I simply find out the location where the python keeps it's packages and copy this directory there.

$ which python
/usr/local/pyenv3.4/bin/python

Copy the gearman directory inside this directory:
/usr/local/pyenv3.4/lib/python3.4/dist-packages

ls command output:
(pyenv3.4)[root@my-machine /]$ ls -l /usr/local/pyenv3.4/lib/python3.4/dist-packages | grep gearman
drwxr-xr-x 4 root root 4096 Apr 20 08:43 gearman

Gearman should be available now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants