sillybun / vim-repl

Best REPL environment for Vim
GNU General Public License v2.0
446 stars 39 forks source link

g:repl_python_pre_launch_command not working. #141

Open ubaldot opened 2 years ago

ubaldot commented 2 years ago

Describe the bug If I add let g:repl_python_pre_launch_command = 'source C:/Users/yt75534/Anaconda3/Scripts/activate.bat' to my .vimrc, then when I open vim I have the following error

image

Desktop (please complete the following information):


**Additional context**
Running on `Windows 10`. 
fdobad commented 1 year ago

@ubaldot check out my fork!
Just corrected the same issue (don't prepend source to the bat file)

https://github.com/fdobad/vim-repl