Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 155f61a4 authored by hhakim's avatar hhakim
Browse files

Ignore python2.7 in linux RPM/DEB post-install script (py2.7 is not longer supported).

parent 866be969
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ function link_py_files(){
# default root PATH is not necessarily including /usr/local/bin (which is very common when python is built manually), so add it to the PATH!
export PATH=$PATH:/usr/local/bin
for V in 2 3.$SUPPORTED_PY3
for V in 3.$SUPPORTED_PY3
do
which python$V 2>&1 > /dev/null && link_py_files $V
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment