1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/coin_ynh.git synced 2024-09-03 18:16:26 +02:00

Fix pyenv: cannot rehash: /opt/pyenv/shims isn't writable

This commit is contained in:
yalh76 2022-09-16 01:09:15 +02:00
parent 7669563fa2
commit 3bdafffa02

View file

@ -179,6 +179,7 @@ ynh_install_python () {
# Create shims directory if needed
mkdir -p "${pyenv_install_dir}/shims"
chmod -R a+w "${pyenv_install_dir}/shims"
# Restore /usr/local/bin in PATH
PATH=$CLEAR_PATH