Skip to content

Instantly share code, notes, and snippets.

@RomanKharin
Last active August 29, 2015 14:21
Show Gist options
  • Save RomanKharin/27dcb23f2491082beb58 to your computer and use it in GitHub Desktop.
Save RomanKharin/27dcb23f2491082beb58 to your computer and use it in GitHub Desktop.
Install cx_Freeze on linux with custom Python

After installing Python from source in custom path it probably that

pip3.4 install cx_Freeze

will failed with

/usr/bin/ld: cannot find -lpython3.4

To avoid use

pip3.4 install cx_Freeze --global-option=build_ext --global-option=-L/path/to/local/python_3.4/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment