jenkins can't see anaconda python -
jenkins can't see anaconda python -
trying jenkins work anaconda python. i'm using shiningpanda plugin , python plugin.
whenever seek set python installation point python 2.7 executable, /home/lminer/anaconda/bin/python2.7
, message neither directory nor executable. there 2.7 compatibility problem?
edit: here's python info
# python /home/lminer/anaconda/bin/python2 # ls -l /home/lminer/anaconda/bin/python* lrwxrwxrwx 1 root root 7 oct 9 17:02 /home/lminer/anaconda/bin/python -> python2 lrwxrwxrwx 1 root root 9 oct 9 17:02 /home/lminer/anaconda/bin/python2 -> python2.7 -rwxr-xr-x 1 root root 10038 oct 9 17:02 /home/lminer/anaconda/bin/python2.7 -rwxr-xr-x 1 root root 1600 oct 9 17:02 /home/lminer/anaconda/bin/python-argcomplete-check-easy-install-script -rwxr-xr-x 1 root root 1678 oct 9 17:02 /home/lminer/anaconda/bin/python-config
not sure how give evidence on error. go jenkins > configuration > python > python installations
. under home or executable
set /home/lminer/anaconda/bin/python2.7
, /home/lminer/anaconda/bin/python
, /home/lminer/anaconda/bin/
. , each time message in reddish below box reads: neither directory nor executable
i don't issue if instead point /usr/bin/python2.6
turns out hadn't set permissions correctly. directory recognized 1 time allow execute it. if there's improve way this, perhaps moving python different location, allow me know.
python jenkins jenkins-plugins anaconda
Comments
Post a Comment