I want to know the features of Python and pip

When you touch Python on Mac or Linux, there are many mixed versions, which is quite a problem. A command to find out where the Python or pip you are touching is in

Python location

terminal


which python
which python3
which python2

Check with

Output result

output


/usr/local/bin/python

Other method

terminal other way


type python
where python

But I was able to go. Thank you for your comment, @shiracamus!

location of pip

terminal


pip -V
pip3 -V

Check with

Output result

output


pip 20.2.3 from /home/myName/.linuxbrew/opt/[email protected]/lib/python3.8/site-packages/pip (python 3.8)

I've never had a problem with Windows.

Recommended Posts

I want to know the features of Python and pip
I want to know the legend of the IT technology world
I didn't know the basics of Python
I want to know the weather with LINE bot feat.Heroku + Python
I want to output the beginning of the next month with Python
I want to use both key and value of Python iterator
I want to know the population of each country in the world.
I want to customize the appearance of zabbix
I want to display the progress in Python!
Python Note: When you want to know the attributes of an object
(Python Selenium) I want to check the settings of the download destination of WebDriver
I want to batch convert the result of "string" .split () in Python
I want to explain the abstract class (ABCmeta) of Python in detail.
I tried to verify and analyze the acceleration of Python by Cython
I want to analyze the emotions of people who want to meet and tremble
Python: I want to measure the processing time of a function neatly
I want to clear up the question of the "__init__" method and the "self" argument of a Python class.
About the features of Python
I want to grep the execution result of strace
I want to handle optimization with python and cplex
I checked out the versions of Blender and Python
I want to inherit to the back with python dataclass
I want to fully understand the basics of Bokeh
I want to write in Python! (3) Utilize the mock
I want to use the R dataset in python
I want to increase the security of ssh connections
I tried to summarize the string operations of Python
[Python] I want to know the variables in the function when an error occurs!
I want to use Python in the environment of pyenv + pipenv on Windows 10
I want to get the file name, line number, and function name in Python 3.4
I tried to find the entropy of the image with python
I want to initialize if the value is empty (python)
The story of Python and the story of NaN
maya Python I want to fix the baked animation again.
I want to start a lot of processes from python
I want to use only the normalization process of SudachiPy
I want to get the operation information of yahoo route
[Python] I want to use the -h option with argparse
[Python] I installed the game from pip and played it
I want to replace the variables in the python template file and mass-produce it in another file.
[Python] I tried to visualize the follow relationship of Twitter
I want to judge the authenticity of the elements of numpy array
I didn't know how to use the [python] for statement
I tried to enumerate the differences between java and python
I want to map the EDINET code and securities number
Keras I want to get the output of any layer !!
I want to debug with Python
I tried to compare the processing speed with dplyr of R and pandas of Python
[Python] I want to make a 3D scatter plot of the epicenter with Cartopy + Matplotlib!
I tried to get the number of days of the month holidays (Saturdays, Sundays, and holidays) with python
I want to find the intersection of a Bezier curve and a straight line (Bezier Clipping method)
I want to absorb the difference between the for statement on the Python + numpy matrix and the Julia for statement
I compared the speed of Hash with Topaz, Ruby and Python
I want to get the name of the function / method being executed
I want to record the execution time and keep a log.
I want to manually assign the training parameters of the [Pytorch] model
How to know the internal structure of an object in Python
I want to solve APG4b with Python (only 4.01 and 4.04 in Chapter 4)
I want to read the html version of "OpenCV-Python Tutorials" OpenCV 3.1 version
[Python] How to get the first and last days of the month
First python ② Try to write code while examining the features of python