You are not logged in.

#1 2023-02-25 10:13:34

edhic
Member
From: maroc
Registered: 2022-11-28
Posts: 16

[SOLVED]Help about jython

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 Java

Last edited by edhic (2023-02-25 12:35:10)

Offline

#2 2023-02-25 11:33:42

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: [SOLVED]Help about jython

For a list of commands a package provides you can usually do

pacman -Ql jython | grep /usr/bin

Offline

#3 2023-02-25 11:58:24

Raynman
Member
Registered: 2011-10-22
Posts: 1,539

Re: [SOLVED]Help about jython

Usually wink 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-jython

There'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

#4 2023-02-25 11:59:06

dogknowsnx
Guest

Re: [SOLVED]Help about jython

FWIW:

~ ❯  LC_ALL=C pacman -F /opt/jython/bin/jython
opt/jython/bin/jython is owned by community/jython 2.7.2-3

https://github.com/archlinux/svntogit-c … /jython.sh

EDIT: got ninja'd...

Last edited by dogknowsnx (2023-02-25 12:00:33)

#5 2023-02-25 12:18:22

edhic
Member
From: maroc
Registered: 2022-11-28
Posts: 16

Re: [SOLVED]Help about jython

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

#6 2023-02-25 12:31:33

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 25,255

Re: [SOLVED]Help about jython

A relogin would have sufficed, but yeah. Please mark as [SOLVED] by editing the title in your first post.

Offline

Board footer

Powered by FluxBB