diff --git a/ynh-dev b/ynh-dev index 98b5b79..663b7ba 100755 --- a/ynh-dev +++ b/ynh-dev @@ -220,7 +220,7 @@ function use_git() ;; moulinette) create_sym_link "/ynh-dev/moulinette/locales" "/usr/share/moulinette/locale" - create_sym_link "/ynh-dev/moulinette/moulinette" "/usr/lib/python2.7/dist-packages/moulinette" + create_sym_link "/ynh-dev/moulinette/moulinette" "/usr/lib/python3/dist-packages/moulinette" success "Now using Git repository for Moulinette" ;; yunohost) @@ -289,7 +289,7 @@ function use_git() # Allow port 8080 in config file or else the dev server will stop working after postinstall if [[ ! -e /etc/yunohost/installed ]] then - python2.7 - <