And I replace the default python version3.5.
I install ruby use
sudo apt install ruby2.3 ruby2.3-dev
And when I use pycall, the error is
finder.rb:37:inrescue in block in find_libpython': PyCall::PythonNotFound (PyCall::PythonNotFound)`
This error is appear also when I use pyenv to manage python version.
Is there any function to solve it? I see #52 to set PYCALL_DEBUG_FIND_LIBPYTHON, but really don't how to set it.
And I also try #4 and this is the result after run python3 investigator.py
I install python3.6 use
And I replace the default python version3.5. I install ruby use
And when I use pycall, the error is
finder.rb:37:in
rescue in block in find_libpython': PyCall::PythonNotFound (PyCall::PythonNotFound)`This error is appear also when I use pyenv to manage python version. Is there any function to solve it? I see #52 to set PYCALL_DEBUG_FIND_LIBPYTHON, but really don't how to set it.
And I also try #4 and this is the result after run
python3 investigator.py
And my bashrc is set like
Hope can get some help.