Answers for "pip choose interpreter"

0

pip choose interpreter

# The system default python:
$ python -m pip install fish

# A virtualenv's python:
$ .env/bin/python -m pip install fish

# A specific version of python:
$ python-3.6 -m pip install fish
Posted by: Guest on December-11-2020

Python Answers by Framework

Browse Popular Code Answers by Language