Skip to content
Snippets Groups Projects
Commit d2f78d7e authored by Blaise Li's avatar Blaise Li
Browse files

More generic install script.

parent 39c3112d
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
python3.6 setup.py build_ext
/usr/bin/env python3 setup.py build_ext
# .egg-link does not work with PYTHONPATH ?
python3.6 -m pip install -e .
python3.6 -m pip install --no-deps --ignore-installed .
/usr/bin/env python3 -m pip install -e .
/usr/bin/env python3 -m pip install --no-deps --ignore-installed .
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment