Skip to content

Instantly share code, notes, and snippets.

View parth-verma's full-sized avatar

Parth Verma parth-verma

  • San Francisco, California
View GitHub Profile
@alexlee-gk
alexlee-gk / install_caffe_pyenv.md
Created February 9, 2016 02:15
Install caffe with python 3.5 and pyenv

Install caffe with python 3.5 and pyenv

Tested on Ubuntu 14.04.

Setting up a new python environment using pyenv

Install desired version of python 3 (e.g. 3.5.1). Make sure to use the --enable-shared flag to generate python shared libraries, which will later be linked to.

env PYTHON_CONFIGURE_OPTS="--enable-shared" pyenv install 3.5.1