how to check python version
# To check your Python version in the command line use:
python --version
# To check your Python verson inside a script use:
import sys
print(sys.version)# in python
$ python --version
# in python3
$ python3 --versionpython --versionpython --version python -Vpython --version #in command line
python #or by enterng interactiv mode
Also in C++:
- shell command in jupyter notebook
- batch rename file
- linux screen one buffer frozen
- bash count number of arguments
- How to discard files from stash in git
- iis stop
- powershell set wsl 2
- npm ERR! cb() never called!
- rancher getting started
- add new cron job in linux
- git commit from terminal
- stop nginx server
- bash conditional regex match
- extract from tar gz into folder
- how to install pycharm in linux
- git remove staged area
- get string after character shell script
- how to install trello on linux
- bash make directories using specific text from filenames
- how to activate virtual environment using ubuntu
- can linux terminal crash
- cmd commands windows 10
- linux stop running script
- git reset last commit