Pythonn3のsys.pathからPython2のパスを取り除く

demura.net

import sys
sys.path.remove('/opt/ros/melodic/lib/python2.7/dist-packages')