$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">update
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">update
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">update
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3 -y
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3 -y
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3 -y
$ python3 --version
$ python3 --version
$ python3 --version
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3--weight: 500;">pip -y
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3--weight: 500;">pip -y
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3--weight: 500;">pip -y
$ pip3 --version
$ pip3 --version
$ pip3 --version
>>> print("Hello, Python!")
Hello, Python!
>>> import sys; print(sys.version)
>>> exit()
>>> print("Hello, Python!")
Hello, Python!
>>> import sys; print(sys.version)
>>> exit()
>>> print("Hello, Python!")
Hello, Python!
>>> import sys; print(sys.version)
>>> exit()
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3-venv -y
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3-venv -y
$ -weight: 600;">sudo -weight: 500;">apt -weight: 500;">install python3-venv -y
$ python3 -m venv example_env
$ python3 -m venv example_env
$ python3 -m venv example_env
$ source example_env/bin/activate
$ source example_env/bin/activate
$ source example_env/bin/activate
$ -weight: 500;">pip -weight: 500;">install requests
$ -weight: 500;">pip -weight: 500;">install requests
$ -weight: 500;">pip -weight: 500;">install requests
$ deactivate
$ deactivate
$ deactivate - Use pipx to -weight: 500;">install CLI tools in isolated environments without affecting project dependencies
- Try uv for faster package management and built-in virtual environment support
- Set up a Jupyter Notebook server for interactive data science and analysis workflows