1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/pepettes_ynh.git synced 2024-09-03 19:56:35 +02:00

Update ynh_install_python

This commit is contained in:
yalh76 2021-03-06 01:52:09 +01:00
parent 1f0009d2a7
commit ebcd563647

View file

@ -100,9 +100,8 @@ ynh_use_python () {
if [[ :$PATH: != *":$python_path"* ]]; then
PATH="$python_path:$PATH"
fi
python_path="$PATH"
# Create an alias to easily load the PATH
ynh_python_load_path="PATH=$python_path"
ynh_python_load_path="PATH=$PATH"
# Sets the local application-specific Python version
(cd $final_path