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

Minor issue into wiki | Resolve issue when install iotedgehubdev #630

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
resolve issue when install iotedgehubdev
It's not possible to install iotedgehubdev without sudo, take a look in the issue below:

Azure/iotedgehubdev#149
  • Loading branch information
marcelo-luna authored Sep 20, 2024
commit 9d9f7e1503a683b61ec652e74f9b006affa078f8
2 changes: 1 addition & 1 deletion docs/environment-setup/manual-dev-machine-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ If you are using a separate Edge device, like a Raspberry Pi, you do not need to
> There is a known dependency conflict between `iotedgedev` and now-deprecated `azure-iot-edge-runtime-ctl`. Please make sure you have uninstalled `azure-iot-edge-runtime-ctl` before installing `iotedgedev`: `pip uninstall azure-iot-edge-runtime-ctl`, or use a clean virtual environment.

```sh
pip install -U iotedgedev
sudo pip install -U iotedgedev
```

8. Install module dependencies
Expand Down