Skip to content

Instantly share code, notes, and snippets.

@alexlib
Created April 12, 2022 07:06
Show Gist options
  • Save alexlib/c4c8c5aa2746fb2c10d18f7284c0fb1b to your computer and use it in GitHub Desktop.
Save alexlib/c4c8c5aa2746fb2c10d18f7284c0fb1b to your computer and use it in GitHub Desktop.
git clone https://github.com/enthought/enable
sudo apt-get update
sudo apt-get install libx11-dev
sudo apt-get install libglu1-mesa-dev
sudo apt-get install swig3.0
sudo ln -s /usr/bin/swig3.0 /usr/bin/swig
conda create -n enable python=3.8 -y
conda activate enable
sudo apt install g++
pip install cython
pip install numpy
python setup.py install
pip wheel . -w output
pip install auditwheel
auditwheel repair output/enable-5.3.0.dev331-cp38-cp38-linux_x86_64.whl -w output/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment