mirror of
				https://github.com/shokinn/.files.git
				synced 2025-11-04 04:28:11 +00:00 
			
		
		
		
	use python as interpreter
This commit is contained in:
		
							parent
							
								
									d1f9072855
								
							
						
					
					
						commit
						7497f733d6
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -26,6 +26,6 @@ cd "${cur}" || { echo "Folder \"${cur}\" doesn't exist, aborting." && exit; }
 | 
				
			||||||
# init/update the submodule
 | 
					# init/update the submodule
 | 
				
			||||||
git submodule update --init --recursive
 | 
					git submodule update --init --recursive
 | 
				
			||||||
# launch dotdrop
 | 
					# launch dotdrop
 | 
				
			||||||
PYTHONPATH=dotdrop python3 -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
 | 
					PYTHONPATH=dotdrop python -m dotdrop.dotdrop --cfg="${cfg}" "${args[@]}"
 | 
				
			||||||
# pivot back
 | 
					# pivot back
 | 
				
			||||||
cd "${opwd}" || { echo "Folder \"${opwd}\" doesn't exist, aborting." && exit; }
 | 
					cd "${opwd}" || { echo "Folder \"${opwd}\" doesn't exist, aborting." && exit; }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue