Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Aofei Sheng <[email protected]>
  • Loading branch information
luoliwoshang and aofei authored Jun 18, 2024
1 parent 2e24a14 commit a7c1646
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 @@ -136,7 +136,7 @@ export LLGO_LIB_PYTHON=/opt/homebrew/Frameworks/Python.framework/Versions/3.12/l

And in order for the dynamic linker to find python correctly in other ways of install python(like `conda`).you need to set `DYLD_LIBRARY_PATH`

For example, python through conda is usually installed in `/opt/anaconda3/envs/your_env_name`, then we need to set the location of its Lib library to `DYLD_LIBRARY_PATH` like this:
For example, Python from Conda is usually installed in `/opt/anaconda3/envs/your_env_name`. So we need to set the location of its library to `DYLD_LIBRARY_PATH` like this:

```sh
export DYLD_LIBRARY_PATH=/opt/anaconda3/envs/your_env_name/lib:$DYLD_LIBRARY_PATH
Expand Down

0 comments on commit a7c1646

Please sign in to comment.