Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   Python (http://www.velocityreviews.com/forums/f43-python.html)
-   -   Anyone able to help on installing packages? (http://www.velocityreviews.com/forums/t952560-anyone-able-to-help-on-installing-packages.html)

John Mordecai Dildy 09-23-2012 05:48 PM

Anyone able to help on installing packages?
 
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 me at least to give directions for at least one of the package installation?

Would it work along with any other package installation (for example if you helped it show nose will it work with distribute, etc)?

Thank You all for your help

John Mordecai Dildy 09-23-2012 09:08 PM

Re: Anyone able to help on installing packages?
 
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 the following:
>
>
>
> pip install "package name"
>
>
>
> easy_install "package name"
>
>
>
> Would anyone help me at least to give directions for at least one of the package installation?
>
>
>
> Would it work along with any other package installation (for example if you helped it show nose will it work with distribute, etc)?
>
>
>
> Thank You all for your help


I have just gotten help to have virtualenv installed now.

It was On OS X to do:

sudo pip install virtualenv

Now I have nose and distribute to have installed in python

John Mordecai Dildy 09-24-2012 08:27 PM

Re: Anyone able to help on installing packages?
 
Anyone have Ideas on nose and distribute?

Dwight Hutto 09-24-2012 09:33 PM

Re: Anyone able to help on installing packages?
 
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


All times are GMT. The time now is 02:28 AM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57