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

More generic install script.

parent bc6758c1
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.
Please register or to comment