Re: installation invisible

2013-10-07 Thread Diogene Laerce
pip is a python program, it will install python packages in to the site installation directory of the python it is run with. Therefore, if it is not installing packages where you want, make sure you are running pip with the python that you want to use the package with. It's actually what

Re: installation invisible

2013-10-07 Thread Tom Evans
pip is a python program, it will install python packages in to the site installation directory of the python it is run with. Therefore, if it is not installing packages where you want, make sure you are running pip with the python that you want to use the package with. Cheers Tom On Mon, Oct 7,

installation invisible

2013-10-07 Thread Mando
Hi, One option would be to set your pythonbrew install in your path. Or Execute pip using the absolute path to your python install. Either way you will still need to set your path. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscr

installation invisible

2013-10-07 Thread Diogene Laerce
Hi, I installed django through pip : __ Downloading/unpacking Django==1.5.4 Downloading Django-1.5.4.tar.gz (8.1Mb): 8.1Mb downloaded Running setup.py egg_info for package Django warning: no previously-included files matching '__pycache__' foun