Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
goliaro committed Jul 15, 2023
1 parent 4717235 commit 323ba82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions python/flexflow/flexflow_python
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@

python_packages=$(python -c "from distutils import sysconfig; print(sysconfig.get_python_lib(plat_specific=False,standard_lib=False))")
export PATH="${python_packages}/flexflow/bin:${PATH}"
export LD_LIBRARY_PATH="${python_packages}/flexflow/lib:${PATH}"

legion_python "$@"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"pybind11",
"ninja",
],
scripts=['flexflow/flexflow_python'],
scripts=['python/flexflow/flexflow_python'],
ext_modules=[
CMakeExtension(
name="flexflow",
Expand Down

0 comments on commit 323ba82

Please sign in to comment.