Monday, April 29, 2024
 Popular · Latest · Hot · Upcoming
5
rated 0 times [  5] [ 0]  / answers: 1 / hits: 2532  / 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
intssive questions
Tue, Mar 21, 23, 08:19, 1 Year ago
Wed, Aug 31, 22, 04:04, 2 Years ago
Sat, Sep 25, 21, 15:09, 3 Years ago
Fri, Dec 31, 21, 09:13, 2 Years ago
;