Thursday, May 2, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 2534  / 3 Years ago, sat, october 9, 2021, 12:33:43

I have tried Googling but I couldn't find anything relevant.



Is it possible to program in Python on VIM and do something like



:!iPython


to have Python execute the code?



Last time I tried that, it just opened up Python in the terminal.


More From » 12.04

 Answers
3

Save the current buffer with :w, then :!/usr/bin/env python %.


[#32004] Sunday, October 10, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
intssive

Total Points: 493
Total Questions: 119
Total Answers: 101

Location: Liberia
Member since Mon, Feb 1, 2021
3 Years ago
;