Skip to content

Commit

Permalink
force p4a reinstall
Browse files Browse the repository at this point in the history
  • Loading branch information
brussee committed Nov 22, 2016
1 parent c1fb4b6 commit b7f8353
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions android/TriblerService/reinstall_p4a.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
#!/bin/bash

pip uninstall python-for-android
rm -rf ~/.local/lib/python2.7/site-packages/pythonforandroid/bootstraps
rm -rf ~/.local/lib/python2.7/site-packages/pythonforandroid/recipes

rm -rf ~/.local/lib/python2.7/site-packages/pythonforandroid
rm -rf ~/.local/share/python-for-android

echo Get the latest P4A
pip install --user --upgrade git+https://github.com/kivy/python-for-android.git

0 comments on commit b7f8353

Please sign in to comment.