Skip to content

Commit

Permalink
[mpact][compiler] README path setup fix (MPACT-ORG#44)
Browse files Browse the repository at this point in the history
Fixed inconsistency between the default PYTHON path
setup instructions and the shell specific notes.
  • Loading branch information
aartbik committed Jun 20, 2024
1 parent be936d7 commit 6c2234a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ cmake --build build --target benchmark-mpact
2. Shells other than bash/sh/etc. set their environment variables differently:
- For csh/tcsh/etc.:
```shell
setenv PYTHONPATH `pwd`/build/tools/torch-mlir/python_packages/torch_mlir:`pwd`/build/tools/mpact/python_packages/mpact
setenv PYTHONPATH `pwd`/build/tools/mpact/python_packages/mpact
```
3. If using csh/tcsh/etc., run the following command before trying to build the compiler:
```shell
Expand Down

0 comments on commit 6c2234a

Please sign in to comment.