bash: /home/asif/anaconda/bin/python: No such file or directory
i am getting this error while running python command on ubuntu terminal
bash: /home/asif/anaconda/bin/python: No such file or directory
i am getting this error while running python command on ubuntu terminal
try the following command:
sudo ln -s /usr/bin/python2.7 /home/asif/anaconda/bin/python
try to check python is installed or not, and check which version of python you are using,
$ which python