Skip to content

Instantly share code, notes, and snippets.

@pykotechguy
Created July 31, 2014 08:12
Show Gist options
  • Select an option

  • Save pykotechguy/b2827225b3b0347c68d7 to your computer and use it in GitHub Desktop.

Select an option

Save pykotechguy/b2827225b3b0347c68d7 to your computer and use it in GitHub Desktop.
Start Xampp using python
import os
os.system("/Applications/XAMPP/xamppfiles/xampp start")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment