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

Shebang needs changing #4

Open
Tobias-Fischer opened this issue Aug 26, 2020 · 2 comments
Open

Shebang needs changing #4

Tobias-Fischer opened this issue Aug 26, 2020 · 2 comments

Comments

@Tobias-Fischer
Copy link
Collaborator

Otherwise /usr/bin/python is used instead of conda python

@Tobias-Fischer
Copy link
Collaborator Author

I thought catkin and/or conda takes care of this but for some reason it's not being replaced.

@Tobias-Fischer Tobias-Fischer changed the title Shebang needs change in actiolib (and probably other packages) Shebang needs changing Aug 26, 2020
@Tobias-Fischer
Copy link
Collaborator Author

Packages that are affected:

./lib/python3.6/site-packages/tf2_ros/__init__.py:#! /usr/bin/python
./lib/python3.6/site-packages/diagnostic_analysis/exporter.py:#!/usr/bin/python
./lib/python3.6/site-packages/diagnostic_analysis/sparse.py:#!/usr/bin/python
./lib/python3.6/site-packages/tf2_py/__init__.py:#! /usr/bin/python
./lib/python3.6/site-packages/docutils/utils/code_analyzer.py:#!/usr/bin/python
./lib/python3.6/site-packages/docutils/utils/smartquotes.py:#!/usr/bin/python
./lib/python3.6/site-packages/rqt_shell/xterm_widget.py:#!/usr/bin/python
./lib/diagnostic_analysis/export_csv.py:#!/usr/bin/python
./lib/diagnostic_analysis/sparse_csv.py:#!/usr/bin/python
./lib/tf2_kdl/test.py:#!/usr/bin/python

And actionlib, too. Any clue why conda doesn't change the shebang?

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