Ubuntu specify python version.

Peter Stevenson
2017-11-26 14:42:03 +00:00
parent 2a35875351
commit 20d9d90d76

@@ -37,7 +37,7 @@ PlexPy will be installed to `/opt/plexpy`.
* Type: `cd /opt`
* Type: `git clone https://github.com/JonnyWong16/plexpy.git`
* Type: `cd plexpy`
* Type: `python PlexPy.py`
* Type: `python PlexPy.py` specify python version if running Ubuntu `python2.7 PlexPy.py`
* PlexPy will be loaded in your browser or listening @ http://localhost:8181
* To start PlexPy on startup, refer to [[Install as a daemon]] or use `contab -e` if running Ubuntu and insert `@reboot python2.7 ~/plexpy/PlexPy.py` replace location of executable as needed. e.g. `/opt/plexpy`