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

More generic install script.

parent f630e4fc
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
python3.6 setup.py build_ext /usr/bin/env python3 setup.py build_ext
# .egg-link does not work with PYTHONPATH ? # .egg-link does not work with PYTHONPATH ?
python3.6 -m pip install -e . /usr/bin/env python3 -m pip install -e .
python3.6 -m pip install --no-deps --ignore-installed . /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.
Finish editing this message first!
Please register or to comment