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

MacOS Setup Info #18

Open
brendandebeasi opened this issue Nov 17, 2023 · 3 comments
Open

MacOS Setup Info #18

brendandebeasi opened this issue Nov 17, 2023 · 3 comments

Comments

@brendandebeasi
Copy link
Contributor

Could somebody provide some guidance on setting up udev rules on MacOS?

this doesn't work on MacOS Ventura:
sudo wget https://raw.githubusercontent.com/greatscottgadgets/greatfet/master/host/util/54-greatfet.rules -O /etc/udev/rules.d/54-greatfet.rules
sudo udevadm control --reload-rules\

Thanks in advance!

@brendandebeasi
Copy link
Contributor Author

Maybe this step isn't necessary on MacOS actually? Seems like it's working fine. If somebody can confirm I can send a PR for the docs to mention this.

@martinling
Copy link
Member

Yeah udev is a completely Linux-specific mechanism, it doesn't exist on other operating systems. There's no need for that step on MacOS.

@brendandebeasi
Copy link
Contributor Author

brendandebeasi commented Nov 17, 2023

Thank you @martinling

In addition, to build this from source on MacOS you need to run:

virtualenv venv
source venv/bin/activate
pip install ipython

If you install the latest release shell autocomplete doesn't work properly due to the newer version of Python3

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