DamZiobro / vim-ide

VIM configured as powerful IDE (Integrated Development Environment)
MIT License
471 stars 94 forks source link

Installing python dependencies #16

Open Sandwich2001 opened 1 year ago

Sandwich2001 commented 1 year ago

When installing, it reports an error:

Installing python dependencies ERROR: Could not find a version that satisfies the requirement pdb (from versions: none) ERROR: No matching distribution found for pdb

and when using vim myfile.cpp it comes up with:

bash: /usr/bin/vim: /usr/bin/python: bad interpreter: No such file or directory

The README.md is rather, well- lacking information, what do we do? thanks.