It's the same way,i do in Scripts folder where
If Anaconda is set in Windows Path,then it will work from anywhere in cmd.
pip
and conda
is placed.If Anaconda is set in Windows Path,then it will work from anywhere in cmd.
G:\Anaconda3\Scripts λ pip -V pip 19.0.3 from G:\Anaconda3\lib\site-packages\pip (python 3.7) G:\Anaconda3\Scripts λ pip install stop-words Collecting stop-words Installing collected packages: stop-words Successfully installed stop-words-2018.7.23 G:\Anaconda3\Scripts λ cd .. G:\Anaconda3 λ python Python 3.7.3 (default, Mar 27 2019, 17:13:21) [MSC v.1915 64 bit (AMD64)] :: Anaconda, Inc. on win32 >>> import stop_words >>> >>> stop_words.__VERSION__ (2018, 7, 23)Anaconda and other ways to run Python