ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
What you need to do is to make sure that you have the write PATH & PYTHONPATH by exporting the right paths
export PATH="/root/anaconda3/bin:$PATH" export PYTHONPATH="/root/anaconda3/envs/venv/bin/python3.6"