Answer the question
In order to leave comments, you need to log in
How to set the path for loading a module for python via terminal in mac os?
I write the following line
sudo easy_install colorama
, it gives me:
Searching for colorama
Best match: colorama 0.4.3
colorama 0.4.3 is already the active version in easy-install.pth
Using /Library/Python/2.7/site-packages
Processing dependencies for colorama
Finished processing dependencies for colorama
from colorama import init
ModuleNotFoundError: No module named 'colorama'
cd ~Desktop/python_
and then only sudo easy_install colorama
, but it still downloads to Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question