Skip to content

Commit c381dd0

Browse files
authored
Merge pull request #67 from YuanYuYuan/PR-PATH-for-maturin
Add an example PATH to spot maturin executable
2 parents 2e291a9 + cb75f92 commit c381dd0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,14 @@ Steps:
5050
```bash
5151
pip install -r requirements-dev.txt
5252
```
53+
54+
* Ensure your system can find the building tool maturin.
55+
For example, it is placed at _$HOME/.local/bin/maturin_ by default on Ubuntu 20.04.
56+
57+
```bash
58+
export PATH="$HOME/.local/bin:$PATH"
59+
```
60+
5361
* Build zenoh-python
5462
```bash
5563
maturin build --release

0 commit comments

Comments
 (0)