Setting up python environment in macOS using Homebrew, Pyenv, and Pipenv Link
-
Activate virtual environment
pipenv shell
-
Install dependencies
pipenv install -r ./requirements.txt
-
Run the application
python index.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Setting up python environment in macOS using Homebrew, Pyenv, and Pipenv Link
Activate virtual environment
pipenv shellInstall dependencies
pipenv install -r ./requirements.txtRun the application
python index.py