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:
parent
7669563fa2
commit
3bdafffa02
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue