Skip to content

Commit

Permalink
Updated Instructions for CentOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jakewaldron committed Mar 17, 2015
1 parent bfc7c74 commit 7384790
Showing 1 changed file with 2 additions and 31 deletions.
33 changes: 2 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,38 +36,9 @@ This script aggregates all new TV and movie releases for the past x days and wri
4. Update the config.conf file inside the scripts folder
5. Schedule a weekly cron job to execute the plexEmail.py script

#### Using virtualenv to not modify the current python installation
## Installation (CentOS)

1. Install virtualenv

```
sudo pip install virtualenv
```

2. Download and install python 2.7.9

```
cd ~/downloads
wget https://www.python.org/ftp/python/2.7.9/Python-2.7.9.tgz
tar -xvf Python-2.7.9.tgz
cd Python-2.7.9
./configure
make
sudo make altinstall
```

3. Make a new virtualenv

```
cd ~/plexemail/scripts (or wherever your scripts folder is for plexemail)
sudo virtualenv --python=/usr/local/bin/python2.7 pevenv
```

4. Run the script with the new virtualenv python install

```
~/plexemail/scripts/pevenv/bin/python ~/plexemail/scripts/plexEmail.py
```
https://forums.plex.tv/index.php/topic/151619-plexemail-in-development/page-7#entry879778

## Usage

Expand Down

0 comments on commit 7384790

Please sign in to comment.