Skip to content

Commit

Permalink
Update install_met_env.generic
Browse files Browse the repository at this point in the history
MET_PYTHON should be the location containing the bin, include, lib and share directories for Python; Removing "/bin" from MET_PYTHON value
  • Loading branch information
jprestop authored Mar 3, 2023
1 parent 5c5bc5a commit 36cf66d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export USE_MODULES=FALSE
export PYTHON_LOC="$(python3-config --prefix)"

#Directory of your python executable
export MET_PYTHON=${PYTHON_LOC}/bin
export MET_PYTHON=${PYTHON_LOC}

#Python ldflags created using python3-config
export MET_PYTHON_LD="$(python3-config --ldflags)"
Expand Down

0 comments on commit 36cf66d

Please sign in to comment.