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:
parent
1f0009d2a7
commit
ebcd563647
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue