Python Installation Setup Guide
Python Installation Setup Guide
pip --version
● Download and install an IDE or text editor (like VS Code, PyCharm, or Sublime Text).
python3 --version
pip3 --version
Step 5: Set up Virtual Environment (Optional)
Install virtual environment:
Activate it:
source myenv/bin/activate
python3 --version
● macOS comes with Python 2.x pre-installed. To install Python 3.x, follow the next steps.
python3 --version
Check pip:
pip3 --version
● Download and install an IDE or text editor like VS Code, PyCharm, or Sublime Text.