# Given the target directories tree as below, the website is ‘abc.com’, the virtual environment with name ‘env’, the project’s […]
Tag: python
Setup Local(macOS) Python Web Environment
Given the target path is “/root/home/python” # Step 1: install homebrew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install […]
Set Sublime Text3 for Python in MacOS
# Step 1: Check the interpreter file path in Terminal as below type -a python3 # it will outputs information […]
How to install Python3 on Mac
# Step 1: install brew /bin/bash -c “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)” # Step 2: install python by brew brew install python […]