asdf-community / asdf-python

Python plugin for the asdf version manager
https://github.com/asdf-vm/asdf
MIT License
655 stars 56 forks source link

Installing binaries using the bundled pip #28

Closed Qqwy closed 6 years ago

Qqwy commented 6 years ago

I am trying to install flask. It itself installs fine when running pip install flask, but I cannot figure out how to run the binary that it is supposed to install as well (The FLASK_APP=hello.py flask run command does not work, because the flask binary cannot be found).

Where does asdf-python install the binaries to? Do I need to add some directory to my PATH?

danhper commented 6 years ago

asdf reshim python should make your binary available.

Qqwy commented 6 years ago

Works wonderfully!