How do you specify which python distribution to install a module for with pip? -
this question has answer here:
i trying install yweather module python 3.5 on mac using pip install, have both python 3.5 , 2.7 don't know how specify distribution install module - how this?
pip install module default python on system. if want sure pip installs specific version, use pip2 or pip3 instead of pip.
also if aren't already, should consider using virtual environments.
Comments
Post a Comment