This is what i get when i do "python -V"
Python 2.7.11 :: Anaconda 2.4.0 (64-bit) I usually use my terminal to play with IDLE.But now i have also installed IDLE shell.
I tried import sys;sys.path on both.They throw different paths. My Terminal returned the path with anaconda in it.
I tried to install a module following these steps.
python setup.py sdist
sudo python setup.py install
Then i opened IDLE(shell).I was able to import and also use my module.
I wanna do the same in Anaconda..I tried using conda install filename.py.It doesn't work. Please help.