Score:0

A new virtual environment created with virtualenvwrapper is not empty when the ROS path is sourced

be flag

Problem creation:

  1. Install virtualenvwrapper.
  2. Install ROS 2.
  3. In a shell, source the ROS2 path by source /opt/ros/humble/setup.bash.
  4. In the same shell, create a virtual environment with mkvirtualenv test and check if no python packages are installed by pip freeze.

After creating the new python environment, the environment should be empty. However, if ROS is sourced, the creation of a virtual environment inherits the location of all python packages related to ROS. In my opinion this is not a wanted behavior, is it?

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.