Why does plugin for bash script work differ than bash in OS?

Answered

I've installed bash-pugin inside PyCharm and have found strange thing:

executon which python at my Ubuntu 16.04 gives me:

/home/mycomp/anaconda3/bin/python

but execution the same bash-string inside PyCharm with plugin for bash gives another python interpreter:

/usr/bin/python

Why does it happen? How do I do that bash inside Pycharm works like original bash in my Ubuntu?

0
1 comment

Hi Serg, BashSupport plugin is developed outside of JetBrains, please contact the plugin vendor: https://github.com/BashSupport/BashSupport/issues

0

Please sign in to leave a comment.