virtualenv venv --python=python3.10 #you can change python version (eg. python3.10) , Folder name (eg. venv)
# In the venv: pip install ipython python -m IPython