Quote:
Originally Posted by NiLuJe
@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