Fix bug in pip()
This commit is contained in:
		
							parent
							
								
									e542f45638
								
							
						
					
					
						commit
						422abe25e1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -52,7 +52,7 @@ def install_pip(use_apt=False): | |||
|             sudo('apt-get --assume-yes purge python-setuptools') | ||||
|             pip('setuptools') | ||||
|         pip('pip', upgrade=True) | ||||
|         pip('setuptools', 'wheel', 'ndg-httpsclient', upgrade=True, upgrade_strategiy='eager') | ||||
|         pip('setuptools', 'wheel', 'ndg-httpsclient', upgrade=True, upgrade_strategy='eager') | ||||
| 
 | ||||
| 
 | ||||
| def pip(*packages, **kwargs): | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Lance Edgar
						Lance Edgar