Python API reference - CARLA Simulator
carla.readthedocs.io › en › latestPython API reference. This reference contains all the details the Python API. To consult a previous reference for a specific CARLA release, change the documentation version using the panel in the bottom right corner. This will change the whole documentation to a previous state. Remember that the latest version is the dev branch and may show ...
F.A.Q. - CARLA Simulator
https://carla.readthedocs.io/en/0.9.13/build_faqecho $PYTHONPATH Look up in the output for other instances of .egg files in a route similar to PythonAPI/carla/dist, and get rid of these. They probably belong to other instances of CARLA installations. For example, if you also installed CARLA via apt-get, you can remove it with the following command, and the PythonPATH will be cleaned too.
F.A.Q. - CARLA Simulator
carla.readthedocs.io › en › 0sudo apt- get purge carla-simulator. Ultimately there is the option to add the .egg file of your build to the PythonPATH using the ~/.bashrc. This is not the recommended way. It would be better to have a clear PythonPATH and simply add the path to the necessary .egg files in the scripts. First, open ~/.bashrc.