You are not logged in.
Pages: 1
i have project of filter noise on TMS320f28335 microcontrolor that's why i use ccstudio but the code i write is python
after i install jython but i can't find command jython lke in user Guide
https://www.jython.org/jython-old-sites … rom-jython
❯ pacman -Qs jython
local/jython 2.7.3-1
An implementation of the Python language written in JavaLast edited by edhic (2023-02-25 12:35:10)
Offline
For a list of commands a package provides you can usually do
pacman -Ql jython | grep /usr/binOffline
Usually
Generally `grep /bin/` might be better (pkgfile considers sbin as well).
$ pkgfile -lb jython
community/jython /opt/jython/bin/easy_install-jython
community/jython /opt/jython/bin/jython
community/jython /opt/jython/bin/jython_regrtest.bat
community/jython /opt/jython/bin/pip-jythonThere's an /etc/profile.d/ snippet to extend $PATH; relogin or deal with that somehow during the current login session.
Last edited by Raynman (2023-02-25 11:59:12)
Offline
FWIW:
~ ❯ LC_ALL=C pacman -F /opt/jython/bin/jython
opt/jython/bin/jython is owned by community/jython 2.7.2-3https://github.com/archlinux/svntogit-c … /jython.sh
EDIT: got ninja'd...
Last edited by dogknowsnx (2023-02-25 12:00:33)
Now it working thx
Yeah i did in first bin file is in /opt/jython/bin
But bin file not recognized in terminal and there's path in $PATH
AFTER REBOOT NOW IT WORKING
Last edited by edhic (2023-02-25 12:19:40)
Offline
A relogin would have sufficed, but yeah. Please mark as [SOLVED] by editing the title in your first post.
Offline
Pages: 1