Facing problem while installing bottle package to python 2.7
I am using windows 7 system which having python 2.7 & 3.4.
'PY' command is for python 2.7 & 'PYTHON' command is for python 3.4
Now how to install bottle package in python 2.7
C:> py
import bottle
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named bottle
I installed for python 3.4 using easy_install -U bottle command.
It's working fine for python 3.4
C:>python
import bottle
I am facing problem how to install bottle packages in python 2.7