We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I installed the Adafruit_Python_BluefruitLE outside of my virtualenv, the example program could not find it.
Running
pip install git+git://github.com/playi/Adafruit_Python_BluefruitLE@928669a#egg=Adafruit_BluefruitLE
after
virtualenv --python=/usr/bin/python2.7 --no-site-packages venv
worked better for me.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I installed the Adafruit_Python_BluefruitLE outside of my virtualenv, the example program could not find it.
Running
pip install git+git://github.com/playi/Adafruit_Python_BluefruitLE@928669a#egg=Adafruit_BluefruitLE
after
virtualenv --python=/usr/bin/python2.7 --no-site-packages venv
worked better for me.
The text was updated successfully, but these errors were encountered: