View Single Post
Old 09-27-2014, 08:26 PM   #113
mobusr
Enthusiast
mobusr began at the beginning.
 
Posts: 25
Karma: 10
Join Date: Sep 2014
Device: pw2
Quote:
Originally Posted by NiLuJe View Post
@mobusr: The exact same symlink also exists for python, python2 & python2.7, which is what made me wonder.

Code:
LIST="/usr/bin/python /usr/bin/python2 /usr/bin/python2.7"
for var in ${LIST} ; do
    ln -fs "/mnt/us/python/bin/python2.7" "${var}"
done
yeah, i got these..

for some reason which python2.7 gives me nothing tho
mobusr is offline   Reply With Quote