Closed moonglum closed 10 years ago
I think I did not overwrite the python system stuff.
~% which python
/usr/local/bin/python
And in /usr/bin
you will find
~% ll /usr/bin/python
-rwxr-xr-x 2 root wheel 57K 23 Okt 19:23 /usr/bin/python
Does your system looks like this?
☺ which python
/usr/bin/python
☺ l /usr/bin/python
-rwxr-xr-x 2 root wheel 58608 Oct 24 10:51 /usr/bin/python
The size of your python is the same as mine. What exactly is the problem you are having?
Ah and I forgot to say: this stuff is working. But the up method is a little bit long, isn't it?
@moonglum this is the last passenger to complete #23 . Is something missing here? It's working for me.
Merged.
I started updating the Python Passenger, and I made good progress. But then I wanted to try it out on my system and my Python is totally and utterly borked. I mean really freaking broken. It explodes.
The steps are quite easy:
brew install python
(orbrew install python3
)pip
(orpip3
) is now availablepip install --upgrade pip
(orpip3 install --upgrade pip
)pip list
(orpip3 list
) to list installed pips to decide if they need to be updated or installedThat's basically it. There's also the possibility of using the
--user
flag.But I can't really try it...
I updated most of the spec suite, just a few pending ones left.
I don't use Python for anything right now. I noticed you do, @bitboxer (for pygments). If you have time next week, could you look into this? Try it out?