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/
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\
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