Home › Forums › KX Solutions › I can’t start KX Developer and Pyq › Re: I can’t start KX Developer and Pyq
-
To launch
pyq
you need to call thepyq
executable instead of thepython
executable.https://code.kx.com/q/interfaces/pyq/#quick-start
This:
$ pyq
Not this:
$ python
Related questions raised on stackoverflow.com
- kdb – How do i start KX Developer – Stack Overflow
- kdb – How do I install PYQ in Conda or Pycharm? – Stack Overflow
- kdb – KX Developer launcher error how can i fix it? – Stack Overflow
For Developer
https://code.kx.com/developer/getting-started/#starting-developer
You need to start it with
source /path-to-install-dir/config/config.profile q /path-to-install-dir/launcher.q_
For your SSH error this may help: How to install libssh2-1 on Ubuntu 20.04 (Focal Fossa)? (devmanuals.net)