Skip to content

Instantly share code, notes, and snippets.

@ApprenticeGC
Created August 16, 2012 04:00
Show Gist options
  • Save ApprenticeGC/3366625 to your computer and use it in GitHub Desktop.
Save ApprenticeGC/3366625 to your computer and use it in GitHub Desktop.
Result of Installing Pythonbrew without Compiler
Use the previously fetched /Users/apprentice/.pythonbrew/dists/Python-3.2.3.tgz
Extracting Python-3.2.3.tgz into /Users/apprentice/.pythonbrew/build/Python-3.2.3
This could take a while. You can run the following command on another shell to track the status:
tail -f "/Users/apprentice/.pythonbrew/log/build.log"
Installing Python-3.2.3 into /Users/apprentice/.pythonbrew/pythons/Python-3.2.3
./configure --prefix="/Users/apprentice/.pythonbrew/pythons/Python-3.2.3" --with-computed-gotos MACOSX_DEPLOYMENT_TARGET=10.7 --enable-shared
checking for --enable-universalsdk... no
checking for --with-universal-archs... 32-bit
checking MACHDEP... darwin
checking machine type as reported by uname -m... x86_64
checking for --without-gcc... no
checking for gcc... no
checking for cc... no
checking for cl.exe... no
configure: error: in `/Users/apprentice/.pythonbrew/build/Python-3.2.3':
configure: error: no acceptable C compiler found in $PATH
See `config.log' for more details
ERROR: Failed to install Python-3.2.3. See /Users/apprentice/.pythonbrew/log/build.log to see why.
Installed Python-3.2.3 successfully. Run the following command to switch to Python-3.2.3.
pythonbrew switch 3.2.3
@ApprenticeGC
Copy link
Author

Issued command for the successful result:
pythonbrew install --verbose --configure="CC=clang" 3.2.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment