# Python Summary: Work with Python. ## Available Commands ### pip Use the pip command. Argument is the package name. - `op`: The operation; `install` (the default), `remove`, or `updgrade`. - `venv`: The name of the virtual environment to use. ### pip3 Use Python3 pip. See pip above. ### virtualenv Create a python virtual environment. Argument is the environment name.