Almenon / birdseye-vscode

vscode port of birdseye - a graphical Python debugger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

birdseye allows you to install using a pip that does not match your python

Almenon opened this issue · comments

  1. Download python 2 and 3
  2. Make sure "python" references python 2.
  3. Set pip to reference python 3 pip.
  4. Launch vscode birdseye - it brings up installation prompt
  5. click on install - it installs and says install sucessful
  6. Close and reopen birdseye - it brings up same installation prompt.

At step 5 it should warn that the version of python being used does not match the version of pip being used.

I don't see this as a common scenario so this is a low-priority bug. (Also you can just install manually). If you run into this please comment below so I can recognize it as higher priority.

Instead of the pip command, use python -m pip.