Hello,
I am running gromacs commands on Putty and when I use:
python MmPbSaStat.py -m energy_MM.xvg -p polar.xvg -a apolar.xvg
I get an error that there is "No module named builtins" Now, when I try to install it using
pip install future
I get the following error:
DEPRECATION: Python 2.6 is no longer supported by the Python core team, please upgrade your Python. A future version of pip will drop support for Python 2.6.
Pip is accessing this path: /usr/lib/python2.6/site-packages/pip/. So, there indeed is a python 2.6 installed in the path usr/lib but in my bashrc, I have the correct path to updated python3.7 as shown in the image below:
why isn't that being read? Can someone please help? Linux is very new to me. Thank you!