首页 > 编程语言 > 详细

How to fix the conflict between ROS Python and Conda

时间:2016-12-31 11:23:35      阅读:216      评论:0      收藏:0      [点我收藏+]

Problem:

Ever since I have installed Conda, ROS does not seem to work. And predictably it is because Conda has changed my Python environment.

I run ROS Indigo on Ubuntu 14.04.

Can someone guide on how can I use both on my machine? I am willing to make changes to my system every time I want to switch from one to another.

Fix:

the simplest of which is to remove conda from the path, and use conda later on with the full path names (such as ~/miniconda3/bin/conda)

reference: http://answers.ros.org/question/244644/conflict-with-ros-python-and-conda/

 

How to fix the conflict between ROS Python and Conda

原文:http://www.cnblogs.com/casperwin/p/6238833.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!