Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #29834 > unrolled thread
| Started by | John Mordecai Dildy <jdildy85@gmail.com> |
|---|---|
| First post | 2012-09-23 10:48 -0700 |
| Last post | 2012-09-24 17:33 -0400 |
| Articles | 4 — 2 participants |
Back to article view | Back to comp.lang.python
Anyone able to help on installing packages? John Mordecai Dildy <jdildy85@gmail.com> - 2012-09-23 10:48 -0700
Re: Anyone able to help on installing packages? John Mordecai Dildy <jdildy85@gmail.com> - 2012-09-23 14:08 -0700
Re: Anyone able to help on installing packages? John Mordecai Dildy <jdildy85@gmail.com> - 2012-09-24 13:27 -0700
Re: Anyone able to help on installing packages? Dwight Hutto <dwightdhutto@gmail.com> - 2012-09-24 17:33 -0400
| From | John Mordecai Dildy <jdildy85@gmail.com> |
|---|---|
| Date | 2012-09-23 10:48 -0700 |
| Subject | Anyone able to help on installing packages? |
| Message-ID | <377867f4-d508-4a1b-adba-076f99afbaad@googlegroups.com> |
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
[toc] | [next] | [standalone]
| From | John Mordecai Dildy <jdildy85@gmail.com> |
|---|---|
| Date | 2012-09-23 14:08 -0700 |
| Message-ID | <2f6f75c5-d96a-48f1-96b3-a8eccbb3d2ef@googlegroups.com> |
| In reply to | #29834 |
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
[toc] | [prev] | [next] | [standalone]
| From | John Mordecai Dildy <jdildy85@gmail.com> |
|---|---|
| Date | 2012-09-24 13:27 -0700 |
| Message-ID | <a38805ce-d36c-4a56-8fb4-069ec1550549@googlegroups.com> |
| In reply to | #29856 |
Anyone have Ideas on nose and distribute?
[toc] | [prev] | [next] | [standalone]
| From | Dwight Hutto <dwightdhutto@gmail.com> |
|---|---|
| Date | 2012-09-24 17:33 -0400 |
| Message-ID | <mailman.1216.1348522440.27098.python-list@python.org> |
| In reply to | #29834 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | comp.lang.python
csiph-web