Merhaba. Kodumu PyCharm üzerinden yazdığım kodu Visual Studio üzerinde denemek istedim ancak kodda modül yok hatası aldım ve psutil modülü için pip install psutil yaptım ancak şu hatayı aldım:
	
	
	
	
	
		
Ancak PyCharm'da pip çalışıyor ancak Visual'da çalışmıyor. Nasıl çözerim?
	
		
			
		
		
	
				
			
		Kod:
	
	pip install psutil.
pip : The term 'pip' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and try.
again.
At line:1 char:1
+ pip install psutil.
+ ~~~
 + CategoryInfo : ObjectNotFound: (pip:String) [], CommandNotFoundException
 + FullyQualifiedErrorId : CommandNotFoundException
	Ancak PyCharm'da pip çalışıyor ancak Visual'da çalışmıyor. Nasıl çözerim?