Re: ipython in different loctions.

2019-10-05 Thread Cameron Simpson
On 03Oct2019 00:45, Hongyi Zhao wrote: On Thu, 03 Oct 2019 10:19:23 +1000, Cameron Simpson wrote: bash -x ~/.pyenv/shims/ipython3 and see what its final command does. Tried as follows: - werner@localhost:~$ bash -x ~/.pyenv/shims/ipython3 [...] + exec /home/werner/.pyenv/

Re: ipython in different loctions.

2019-10-02 Thread Hongyi Zhao
On Thu, 03 Oct 2019 10:19:23 +1000, Cameron Simpson wrote: > bash -x ~/.pyenv/shims/ipython3 > > and see what its final command does. Tried as follows: - werner@localhost:~$ bash -x ~/.pyenv/shims/ipython3 + set -e + '[' -n '' ']' + program=ipython3 + [[ ipython3 = \p\y\t\h\o\

Re: ipython in different loctions.

2019-10-02 Thread Cameron Simpson
On 02Oct2019 07:37, Hongyi Zhao wrote: I noticed that the ipython on my Debian box located in the following locations: werner@localhost:~$ ls .local/bin/ipython* .local/bin/ipython .local/bin/ipython3 werner@localhost:~$ ls .pyenv/shims/ipython* .pyenv/shims/ipython .pyenv/shims/ipython3 I

ipython in different loctions.

2019-10-02 Thread Hongyi Zhao
Hi, I noticed that the ipython on my Debian box located in the following locations: werner@localhost:~$ ls .local/bin/ipython* .local/bin/ipython .local/bin/ipython3 werner@localhost:~$ ls .pyenv/shims/ipython* .pyenv/shims/ipython .pyenv/shims/ipython3 And, they are different: we