djui / alias-tips

An oh-my-zsh plugin to help remembering those aliases you defined once
781 stars 51 forks source link

Python bin prefix #42

Closed genevera closed 7 years ago

genevera commented 7 years ago

This lets users with pyenv installed use the python located at $(pyenv prefix)/bin.

djui commented 7 years ago

@genevera I’m not familiar with Pyenv. Could you explain why Pyenv’s python binary would not be in the execution $PATH?

pradyunsg commented 7 years ago

Could you explain why Pyenv’s python binary would not be in the execution $PATH?

+1 Same question.

genevera commented 7 years ago

This was actually an issue in pyenv (https://github.com/pyenv/pyenv/pull/987) that was messing up my $PATH so I'm closing this.