On Mon, Jun 6, 2011 at 1:25 PM, mattias <[email protected]> wrote: > how to install the sdk? > i find the python setup.py script > but the script says > no virtualbox path specified > i install virtualbox on debian with the official deb-file
On Linux, after you install VirtualBox, do: # export VBOX_INSTALL_PATH=/opt/VirtualBox # cd /opt/VirtualBox/sdk/installer # python vboxapisetup.py install Usually installer does it by itself. -- -Alexey Eromenko "Technologov" ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Discover what all the cheering's about. Get your free trial download today. http://p.sf.net/sfu/quest-dev2dev2 _______________________________________________ VBox-users-community mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/vbox-users-community
