Skip to content

Instantly share code, notes, and snippets.

@mani-monaj
Last active October 26, 2015 16:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save mani-monaj/07646114fc275334503e to your computer and use it in GitHub Desktop.
Save mani-monaj/07646114fc275334503e to your computer and use it in GitHub Desktop.
$ mkdir ~/ros_buildfarm_ws && cd ~/ros_buildfarm_ws
$ virtualenv -p venv
$ . ./venv/bin/activate
$ git clone https://github.com/ros-infrastructure/ros_buildfarm.git
$ cd ros_buildfarm
$ python setup.py install
# Sometimes a pure virtualenv based overlay does not work because of some weird behaviour
# of the template parsing engine (needs more investigation). In that case use the following:
# $ export PATH=`pwd`/scripts:$PATH
@jack-oquin
Copy link

I think the -p after virtualenv needs to be deleted.

@stonier
Copy link

stonier commented Oct 26, 2015

I didn't get far without the -p as it constructed a python2.7 environment....Using virtualenv -p python3 venv got me a little further in that it set up a python3 environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment