olivierb2 / gitso

Automatically exported from code.google.com/p/gitso
0 stars 0 forks source link

Snow Leopard workaround requires Python be run in 32-bit mode #28

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Just a quick note: for the Snow Leopard workaround mentioned on the Gitso home 
page to work 
(python /Applications/Gitso.app/Contents/Resources/Gitso.py), users may first 
need to switch 
Python to 32-bit mode:

defaults write com.apple.versioner.python Prefer-32-Bit -bool yes

It can be switched back to 64 bit mode via:

defaults write com.apple.versioner.python Prefer-32-Bit -bool no

Original issue reported on code.google.com by tinya...@gmail.com on 7 Oct 2009 at 6:34

GoogleCodeExporter commented 8 years ago
Or you can type:
python2.5 /Applications/CTG/Gitso.app/Contents/Resources/Gitso.py

And it will only run python in 32bit for that session.

Original comment by avidme...@gmail.com on 27 Jan 2010 at 1:35

GoogleCodeExporter commented 8 years ago
The new version of Gitso resolves this.

Original comment by gerbe...@gmail.com on 22 Feb 2010 at 4:23