mirror of
https://github.com/gwebu-team/profile.d.git
synced 2025-12-09 12:05:46 +00:00
Fix python virtual environment support.
This works with python 3.9, 3.10, 3.11 and 3.12 on MacOS.
This commit is contained in:
parent
b3f0f66356
commit
6271df868c
4 changed files with 14 additions and 10 deletions
2
build.sh
2
build.sh
|
|
@ -13,7 +13,7 @@ DIST_PRE="${PLATFORM_ID##*:}" # el8
|
|||
DIST="${DIST:-${DIST_PRE%%[0-9]*}}" # el
|
||||
OUT_DIR="/tmp/RPMS"
|
||||
|
||||
export LANG='en_US.UTF-8'
|
||||
export LANG='C.UTF-8'
|
||||
export LANGUAGE="${LANG}"
|
||||
export LC_ALL="${LANG}"
|
||||
export LC_MEASUREMENT="${LANG}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue