Allow bootstrap to be invoked via python2
This means that on most Linux distributions where python3 is the default, we can invoke `python2 script/bootstrap.py` and have it all work
This commit is contained in:
parent
d171cfe8d0
commit
3ee366257c
7 changed files with 14 additions and 13 deletions
3
tools/atom_source_root.js
Normal file
3
tools/atom_source_root.js
Normal file
|
@ -0,0 +1,3 @@
|
|||
var path = require('path')
|
||||
|
||||
console.log(path.resolve(path.dirname(__dirname)))
|
Loading…
Add table
Add a link
Reference in a new issue