We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Otherwise /usr/bin/python is used instead of conda python
The text was updated successfully, but these errors were encountered:
I thought catkin and/or conda takes care of this but for some reason it's not being replaced.
Sorry, something went wrong.
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?
No branches or pull requests
Otherwise /usr/bin/python is used instead of conda python
The text was updated successfully, but these errors were encountered: