Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Updated wrong script path when using virtualenv
  • Loading branch information
jakewaldron committed Mar 11, 2015
1 parent e99b5ef commit 649b380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ sudo virtualenv --python=/usr/local/bin/python2.7 pevenv
4. Run the script with the new virtualenv python install

```
~/plexemail/bin/python ~/plexemail/scripts/plexEmail.py
~/plexemail/scripts/pevenv/bin/python ~/plexemail/scripts/plexEmail.py
```

## Config File
Expand Down

0 comments on commit 649b380

Please sign in to comment.