This means that on most Linux distributions where python3 is the default, we can invoke `python2 script/bootstrap.py` and have it all work
		
			
				
	
	
		
			3 lines
		
	
	
	
		
			79 B
			
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			3 lines
		
	
	
	
		
			79 B
			
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
var path = require('path')
 | 
						|
 | 
						|
console.log(path.resolve(path.dirname(__dirname)))
 |