Remove current directory from PATH (#1779)
This commit is contained in:
		
							parent
							
								
									1616cf98a1
								
							
						
					
					
						commit
						66ea015a01
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								Vagrantfile
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								Vagrantfile
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -43,7 +43,7 @@ echo 'eval "$(rbenv init -)"' >> ~/.bash_profile
 | 
				
			||||||
 | 
					
 | 
				
			||||||
git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
 | 
					git clone https://github.com/rbenv/ruby-build.git ~/.rbenv/plugins/ruby-build
 | 
				
			||||||
 | 
					
 | 
				
			||||||
export PATH="$HOME/.rbenv/bin::$PATH"
 | 
					export PATH="$HOME/.rbenv/bin:$PATH"
 | 
				
			||||||
eval "$(rbenv init -)"
 | 
					eval "$(rbenv init -)"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
cd /vagrant
 | 
					cd /vagrant
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue