.vimrc
```
let g:repl_filetype_repl = {
\ 'python' : {
\ 'repl' : 'python2',
\ 'opt' : '-i'
\ }
\}
```
and run other repl.
.vimrc
```
let g:repl_filetype_repl = {
\ 'python' : {
\ 'repl' : 'python2',
\ 'opt' : '-i'
\ }
\}
```
and run other repl.