Error resolution python version check

If you simply try to check the python version I will write it because it has strange contents.

python -V Normal version check This is no problem

I just didn't capitalize the last V.

python -v Why is this The following contents will appear.

python


import _frozen_importlib # frozen
import _imp # builtin
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import '_warnings' # <class '_frozen_importlib.BuiltinImporter'>
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
# installing zipimport hook
import 'zipimport' # <class '_frozen_importlib.BuiltinImporter'>
# installed zipimport hook
import '_frozen_importlib_external' # <class '_frozen_importlib.FrozenImporter'>
import '_io' # <class '_frozen_importlib.BuiltinImporter'>
import 'marshal' # <class '_frozen_importlib.BuiltinImporter'>
import 'posix' # <class '_frozen_importlib.BuiltinImporter'>
import _thread # previously loaded ('_thread')
import '_thread' # <class '_frozen_importlib.BuiltinImporter'>
import _weakref # previously loaded ('_weakref')
import '_weakref' # <class '_frozen_importlib.BuiltinImporter'>
#The following is omitted

Recommended Posts

Error resolution python version check
Python version check V outputs standard error output
Check OpenSSL version of python 2.6
Django version check
Python Error Handling
How to check opencv version in python
PYTHON2.7 64bit version
[OpenLDAP] Version check
Let's write FizzBuzz with an error: Python Version
Matplotlib Runtime Error resolution
Python Not Implemented Error
Today's python error: killed
Check Linux kernel version
Check Python # type identity
[Python] for statement error
Python --Check type of values
Breadth-first search / bidirectional search (Python version)
Petit stray Python version output
[Python] SQLAlchemy error avoidance memorandum
Change python version using pyenv
Version upgrade of python Anaconda
Python version does not switch
Error when playing with python
#python Python Japanese syntax error avoidance
Introduction to Python (Python version APG4b)
How to change Python version
Specify python version with virtualenv
[Python] Check the installed libraries
[Python] Tuple version of prefecture pull-down
[python] Error when installing library ramkan
Check for memory leaks in Python
Virtual Environment Version Control Summary Python
Today's python error: SyntaxError Non-ASCII character
[Python] Check the current directory, move the directory
Check for external commands in python
Anaconda and Python version correspondence table
Install xgboost (python version) on Windows
pyenv-change the python version of virtualenv
Self-organizing map in Python NumPy version
How to get the Python version
[Code] Module and Python version output
Change the Python version of Homebrew
Master linear search! ~ Python implementation version ~
Check and move directories in Python
A pretty sloppy Python error solution
Today's python error: image is blank
Python error detection run from Powershell
Check python code styles using pep8
[2021 version] Python installation Windows 10 (64bit) edition
Manage each Python version with Homebrew
Faster Fibonacci sequence calculations (Python version)
How to check Linux OS version
Python version to get unused ports
Check installed modules from Python scripts
[AWS SAM] Introduction to Python version
[Python Windows] pip install with Python version
[Django] sqlite version error when running python manage.py in aws cloud9 environment
If you get a no attribute error in boto3, check the version