How to use python pip in vim? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to use python pip in vim?

I am using termux .can I use python pip in vim? And how ? Also vim can run pip like pygame?

24th May 2021, 10:30 AM
Yash Wable 🇮🇳
Yash Wable 🇮🇳 - avatar
4 Answers
+ 4
By the way your answer is First install Python and then install pip on your code editer using terminal. and pip not a module it is already installed in Python .
24th May 2021, 2:53 PM
🔰 Arit Dey 🔰
🔰 Arit Dey 🔰 - avatar
+ 1
If you have python installed in termux then you can use pip to install python packages.vim is just a code editor in which you write python or any script code.
24th May 2021, 11:16 AM
HBhZ_C
HBhZ_C - avatar
+ 1
Friend I will suggest you don't use Vim , you can use Microsoft Vs code editor this code editer is fully free and open source code editor.
24th May 2021, 2:50 PM
🔰 Arit Dey 🔰
🔰 Arit Dey 🔰 - avatar
0
pygame requires things that cannot be installed on termux (and cannot be run on android)... the fact is: you could almost only pip install modules that are written in pure python ^^
24th May 2021, 4:59 PM
visph
visph - avatar