Home › Forums › KX Solutions › kx developer – from installation to the end
-
kx developer – from installation to the end
Posted by Lingli on April 27, 2024 at 6:41 pmfor windows installation,
when i run cmd always pop up this.
how to solve
Lingli replied 6 months, 3 weeks ago 2 Members · 7 Replies -
7 Replies
-
You need to install q to use developer. q cannot be installed by pip.
Instructions are here: https://code.kx.com/q/learn/install/
code.kx.com
Installing kdb+ | Learn | kdb+ and q documentation - Kdb+ and q documentation
How to install kdb+ on Linux, macOS, or Windows
-
Thanks for your reply!
Actually have installed but still cannot install, could you please screenshot the whole process in your cmd window?
much appreciated it!
-
You have not exported PATH so q is available on it.
See: https://code.kx.com/q/learn/install/#step-5-edit-your-profile
setx PATH "%PATH%;C:\q\w64"
Or instead to make a permanent change to the existing PATH environment variable on windows you can follow this guide https://chlee.co/how-to-setup-environment-variables-for-windows-mac-and-linux/
code.kx.com
Installing kdb+ | Learn | kdb+ and q documentation - Kdb+ and q documentation
How to install kdb+ on Linux, macOS, or Windows
-
-
-
Q1 Figured it out. Steps are as follows:
1. C:\q\w64\q
2. setx QHOME “C:\q”
3. setx PATH “%PATH%;C:\q\w64”
4. click install file under C:\developer-1.5.4-windows\developer-1.5.4-windows
5. C:\developer\config\config.bat
6. C:\q\w64\q C:\developer\launcher.q_
Log in to reply.