mirror of
https://github.com/roytam1/palemoon27.git
synced 2026-06-01 23:10:36 +00:00
4 lines
58 B
Python
4 lines
58 B
Python
#!/usr/bin/env python
|
|
import virtualenv
|
|
virtualenv.main()
|