Skip to content
/ load_venv Public

a ROS package to add to a catkin workspace to load `ws/venv` when `ws/devel` or `ws/install` are sourced

License

Notifications You must be signed in to change notification settings

v4hn/load_venv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

load_venv

A helper package to setup and load a virtualenv called "venv" next to the install directory in the workspace.

Any package that wants to rely on the virtualenv must depend on this package to ensure the correct python environment is used to build the workspace:

  <depend>load_venv</depend>

Additionally, it might include the following lines in its package.xml to automatically add packages from a requirements.txt to the virtualenv when it is first generated:

  <export>
    <load_venv requirements="${prefix}/requirements.txt" />
  </export>

About

a ROS package to add to a catkin workspace to load `ws/venv` when `ws/devel` or `ws/install` are sourced

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published