asdf-community / asdf-python

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

Reshim doesn't seem to work #72

Closed renatojf closed 4 years ago

renatojf commented 4 years ago
$ pip3 list | grep gimme
gimme-aws-creds 2.3.4
$ gimme-aws-creds
zsh: command not found: gimme-aws-creds
$ asdf reshim python
$ gimme-aws-creds
zsh: command not found: gimme-aws-creds

Running this on python -V => Python 3.8.3 Can someone help me out?

s3rgeym commented 4 years ago

try asdf global python system

danhper commented 4 years ago

asdf global python system will use the Python system installation, which might not be desirable. Reshim does not happen automatically so please run

asdf reshim python

after running pip install and it should work. Please comment if this does not fix the issue.