Skip to content
This repository has been archived by the owner on Apr 20, 2019. It is now read-only.

Building Python for use with Theano

Julian Kniephoff edited this page Jun 26, 2018 · 1 revision

In order to use Theano, Python has to be built with the -fPIC compiler option.

Using pyenv, this can be achieved as follows:

env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install <version>
Clone this wiki locally