You could just take the python code, and put it in the site packages
file. Depends on the package.
--
Best Regards,
David Hutto
CEO: http://www.hitwebdevelopment.com
--
http://mail.python.org/mailman/listinfo/python-list
On 24 September 2012 21:27, John Mordecai Dildy wrote:
> Anyone have Ideas on nose and distribute?
Your post has no context and simply asks a very vague question. Had you
explained what you tried and what happened and perhaps shown an error
message I might have been able to answer your question
Anyone have Ideas on nose and distribute?
--
http://mail.python.org/mailman/listinfo/python-list
On Sunday, September 23, 2012 1:48:52 PM UTC-4, John Mordecai Dildy wrote:
> Hello everyone out there. Ive been trying to install packages like
> distribute, nose, and virturalenv and believe me it is a hard process to do.
> I tried everything I could think of to install.
>
>
>
> I have done
Please send your reply to the mailing list (python-list@python.org) rather
than privately to me.
On 23 September 2012 20:57, John Dildy wrote:
> When I give input at the start of terminal using the command pip install
> virtualenv:
>
> Downloading/unpacking virtualenv
> Running setup.py egg_i
On Sep 23, 2012 6:56 PM, "John Mordecai Dildy" wrote:
>
> Hello everyone out there. Ive been trying to install packages like
distribute, nose, and virturalenv and believe me it is a hard process to
do. I tried everything I could think of to install.
>
> I have done the following:
>
> pip install
Hello everyone out there. Ive been trying to install packages like distribute,
nose, and virturalenv and believe me it is a hard process to do. I tried
everything I could think of to install.
I have done the following:
pip install "package name"
easy_install "package name"
Would anyone help