How exactly does one install `.egg` files?
up vote
7
down vote
favorite
When I tried downloading the Sphinx installer here, my computer couldn’t find a default application to run the installer.
easy_install
doesn’t work either. I’m running Python 2.7 but only have easy_install
for 2.5 and 2.6
Furthermore, the analogous one for 2.7 is an .egg
file.
macos installation python
add a comment |
up vote
7
down vote
favorite
When I tried downloading the Sphinx installer here, my computer couldn’t find a default application to run the installer.
easy_install
doesn’t work either. I’m running Python 2.7 but only have easy_install
for 2.5 and 2.6
Furthermore, the analogous one for 2.7 is an .egg
file.
macos installation python
I'm running Mac OS 10.6.8.
– LCL
Jul 5 '12 at 1:32
I think easy_install has been replaced by pip, trypip install sphinx
. Also, the egg file is just a zip, so you could unzip it and then usepython setup.py install
.
– solarc
Jul 5 '12 at 17:34
unzip setuptools-0.6c11-py2.7.egg didn't work after I downloaded the .egg, and I still can't open it. Am I doing something wrong?
– LCL
Jul 5 '12 at 17:57
Oh, Sphinx' egg is a zip file, but setuptools seems like a bash file, here says to run assh setuptools-0.6c11-py2.7.egg --prefix=~
– solarc
Jul 5 '12 at 18:02
I did that as well - it says that there's no such file or directory (I couldn't unzip sphinx either).
– LCL
Jul 5 '12 at 18:16
add a comment |
up vote
7
down vote
favorite
up vote
7
down vote
favorite
When I tried downloading the Sphinx installer here, my computer couldn’t find a default application to run the installer.
easy_install
doesn’t work either. I’m running Python 2.7 but only have easy_install
for 2.5 and 2.6
Furthermore, the analogous one for 2.7 is an .egg
file.
macos installation python
When I tried downloading the Sphinx installer here, my computer couldn’t find a default application to run the installer.
easy_install
doesn’t work either. I’m running Python 2.7 but only have easy_install
for 2.5 and 2.6
Furthermore, the analogous one for 2.7 is an .egg
file.
macos installation python
macos installation python
edited Nov 18 '14 at 19:33
JakeGould
30.7k1093135
30.7k1093135
asked Jul 5 '12 at 1:08
LCL
138115
138115
I'm running Mac OS 10.6.8.
– LCL
Jul 5 '12 at 1:32
I think easy_install has been replaced by pip, trypip install sphinx
. Also, the egg file is just a zip, so you could unzip it and then usepython setup.py install
.
– solarc
Jul 5 '12 at 17:34
unzip setuptools-0.6c11-py2.7.egg didn't work after I downloaded the .egg, and I still can't open it. Am I doing something wrong?
– LCL
Jul 5 '12 at 17:57
Oh, Sphinx' egg is a zip file, but setuptools seems like a bash file, here says to run assh setuptools-0.6c11-py2.7.egg --prefix=~
– solarc
Jul 5 '12 at 18:02
I did that as well - it says that there's no such file or directory (I couldn't unzip sphinx either).
– LCL
Jul 5 '12 at 18:16
add a comment |
I'm running Mac OS 10.6.8.
– LCL
Jul 5 '12 at 1:32
I think easy_install has been replaced by pip, trypip install sphinx
. Also, the egg file is just a zip, so you could unzip it and then usepython setup.py install
.
– solarc
Jul 5 '12 at 17:34
unzip setuptools-0.6c11-py2.7.egg didn't work after I downloaded the .egg, and I still can't open it. Am I doing something wrong?
– LCL
Jul 5 '12 at 17:57
Oh, Sphinx' egg is a zip file, but setuptools seems like a bash file, here says to run assh setuptools-0.6c11-py2.7.egg --prefix=~
– solarc
Jul 5 '12 at 18:02
I did that as well - it says that there's no such file or directory (I couldn't unzip sphinx either).
– LCL
Jul 5 '12 at 18:16
I'm running Mac OS 10.6.8.
– LCL
Jul 5 '12 at 1:32
I'm running Mac OS 10.6.8.
– LCL
Jul 5 '12 at 1:32
I think easy_install has been replaced by pip, try
pip install sphinx
. Also, the egg file is just a zip, so you could unzip it and then use python setup.py install
.– solarc
Jul 5 '12 at 17:34
I think easy_install has been replaced by pip, try
pip install sphinx
. Also, the egg file is just a zip, so you could unzip it and then use python setup.py install
.– solarc
Jul 5 '12 at 17:34
unzip setuptools-0.6c11-py2.7.egg didn't work after I downloaded the .egg, and I still can't open it. Am I doing something wrong?
– LCL
Jul 5 '12 at 17:57
unzip setuptools-0.6c11-py2.7.egg didn't work after I downloaded the .egg, and I still can't open it. Am I doing something wrong?
– LCL
Jul 5 '12 at 17:57
Oh, Sphinx' egg is a zip file, but setuptools seems like a bash file, here says to run as
sh setuptools-0.6c11-py2.7.egg --prefix=~
– solarc
Jul 5 '12 at 18:02
Oh, Sphinx' egg is a zip file, but setuptools seems like a bash file, here says to run as
sh setuptools-0.6c11-py2.7.egg --prefix=~
– solarc
Jul 5 '12 at 18:02
I did that as well - it says that there's no such file or directory (I couldn't unzip sphinx either).
– LCL
Jul 5 '12 at 18:16
I did that as well - it says that there's no such file or directory (I couldn't unzip sphinx either).
– LCL
Jul 5 '12 at 18:16
add a comment |
2 Answers
2
active
oldest
votes
up vote
0
down vote
pip installed packages should go to "virtualenv" environment.
Here is some discussion related to the matter:
http://jamiecurle.co.uk/blog/installing-pip-virtualenv-and-virtualenvwrapper-on-os-x/
Also please read the comments.
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
add a comment |
up vote
0
down vote
You can go to this setuptools page and download the ez_setup.py
script. Open the terminal emulator and type
sudo python /path/to/your/ez_setup.py
Later you will install the setuptools and the easy_install
command will be available for your python. Then you just need to type easy_install
to install you egg file.
add a comment |
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
pip installed packages should go to "virtualenv" environment.
Here is some discussion related to the matter:
http://jamiecurle.co.uk/blog/installing-pip-virtualenv-and-virtualenvwrapper-on-os-x/
Also please read the comments.
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
add a comment |
up vote
0
down vote
pip installed packages should go to "virtualenv" environment.
Here is some discussion related to the matter:
http://jamiecurle.co.uk/blog/installing-pip-virtualenv-and-virtualenvwrapper-on-os-x/
Also please read the comments.
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
add a comment |
up vote
0
down vote
up vote
0
down vote
pip installed packages should go to "virtualenv" environment.
Here is some discussion related to the matter:
http://jamiecurle.co.uk/blog/installing-pip-virtualenv-and-virtualenvwrapper-on-os-x/
Also please read the comments.
pip installed packages should go to "virtualenv" environment.
Here is some discussion related to the matter:
http://jamiecurle.co.uk/blog/installing-pip-virtualenv-and-virtualenvwrapper-on-os-x/
Also please read the comments.
answered Jul 9 '12 at 8:02
Mikko Ohtamaa
92031332
92031332
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
add a comment |
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
Link down. Archive : web.archive.org/web/20130517081138/https://jamiecurle.co.uk/… Error : api-d.com/snaps/2016-12-05_10-20-43-evp8u2sktq.png
– WayToDoor
Dec 5 '16 at 9:20
add a comment |
up vote
0
down vote
You can go to this setuptools page and download the ez_setup.py
script. Open the terminal emulator and type
sudo python /path/to/your/ez_setup.py
Later you will install the setuptools and the easy_install
command will be available for your python. Then you just need to type easy_install
to install you egg file.
add a comment |
up vote
0
down vote
You can go to this setuptools page and download the ez_setup.py
script. Open the terminal emulator and type
sudo python /path/to/your/ez_setup.py
Later you will install the setuptools and the easy_install
command will be available for your python. Then you just need to type easy_install
to install you egg file.
add a comment |
up vote
0
down vote
up vote
0
down vote
You can go to this setuptools page and download the ez_setup.py
script. Open the terminal emulator and type
sudo python /path/to/your/ez_setup.py
Later you will install the setuptools and the easy_install
command will be available for your python. Then you just need to type easy_install
to install you egg file.
You can go to this setuptools page and download the ez_setup.py
script. Open the terminal emulator and type
sudo python /path/to/your/ez_setup.py
Later you will install the setuptools and the easy_install
command will be available for your python. Then you just need to type easy_install
to install you egg file.
edited May 12 '14 at 20:06
Excellll
11k74162
11k74162
answered Aug 3 '13 at 6:14
neo_blackcap
1011
1011
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f445062%2fhow-exactly-does-one-install-egg-files%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I'm running Mac OS 10.6.8.
– LCL
Jul 5 '12 at 1:32
I think easy_install has been replaced by pip, try
pip install sphinx
. Also, the egg file is just a zip, so you could unzip it and then usepython setup.py install
.– solarc
Jul 5 '12 at 17:34
unzip setuptools-0.6c11-py2.7.egg didn't work after I downloaded the .egg, and I still can't open it. Am I doing something wrong?
– LCL
Jul 5 '12 at 17:57
Oh, Sphinx' egg is a zip file, but setuptools seems like a bash file, here says to run as
sh setuptools-0.6c11-py2.7.egg --prefix=~
– solarc
Jul 5 '12 at 18:02
I did that as well - it says that there's no such file or directory (I couldn't unzip sphinx either).
– LCL
Jul 5 '12 at 18:16