...
Installing PypeR
OSX
- Open a terminal
- Type sudo python -m easy_install pyper
- easy_install will download and install PypeR to your computer
...
- Open a terminal.
- Type easy_install pyper
- easy_install will download and install PypeR to your computer
...
- Open a command prompt
- Type R
- If this runs R, then exit with the command "q()" (no quotes) and skip step 3 below.
- If this doesn't run R (for most of you it won't), then do step 3 below.
- Add R binary folder to your system path with the following procedure:
- Find the R binary folder on your computer; this is the folder "bin" in your R directory. For me it was at "C:\Program Files\R\R-2.12.2\bin", but yours will probably be different depending on your R version number.
- Navigate to Computer
- Right click and select "Properties"
- Select "Advanced system settings"
- Select "Environment variables..."
- In the bottom section called "System variables", click on the line for the variable "Path" and click "Edit..."
- Go to the end of the variable, add a semicolon, and then the path to the R folder. Click "Ok" a few times to update the system variables.
- Close the command prompt you were using and open a new one.
- Go to step 2 again and repeat (it should work now, and if it doesn't bug John at josilber@mit.edu).
- Navigate to your Python folder's scripts folder, e.g. by running "cd C:/Python27/Scripts"
- Type easy_install pyper
- easy_install will download and install PypeR to your computer
...