Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Distribute python scripts in the prebuilt binaries #1316

Open
00sapo opened this issue Dec 15, 2020 · 1 comment
Open

Distribute python scripts in the prebuilt binaries #1316

00sapo opened this issue Dec 15, 2020 · 1 comment

Comments

@00sapo
Copy link

00sapo commented Dec 15, 2020

I'm writing pycarla (https://github.com/00sapo/pycarla).

In pyCarla, the user uses a script to download the pre-compiled binaries of Carla from github and to decompress them; the script could laso decompress the self-extracting executable contained in the downloaded file. At that point I'd like to run the /usr/share/carla/carla-patchbay script but using the extracted directory instead of /usr/lib/carla. Since the scripts are distributed with GPL license, I could redistribute them, but I need to change /usr/lib/carla to one my custom path. I tried by exporting the PATH variable with prepended my custom path, but it doesn't work.

@00sapo
Copy link
Author

00sapo commented Dec 17, 2022

Are you interested in having an external module on PyPI to use Carla? Right now pycarla is severely limited, but it could become much more powerful if it could access the Carla python scripts in a portable way...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant