[PYTHON] command not found: django-admin

command not found: Resolve django-admin

1. django is not installed

2. Not in venv environment

Regarding 1

Terminal


(env)$ pip install django

Regarding 2

Terminal


brew install pyenv
``

#### **`Terminal`**
```java

export PYENV_ROOT="${HOME}/.pyenv"
export PATH=${PYENV_ROOT}/bin:$PATH
eval "$(pyenv init -)"

Terminal


source .bash_profile

Terminal


pyenv install -l

Terminal


pyenv install anaconda-2.4.0

Terminal


pyenv versions

Terminal


pyenv global anaconda-2.4.0

Terminal


pyenv rehash

#that's all!

Recommended Posts

command not found: django-admin
Exception: Jupyter command `jupyter-lab` not found.
Command is not found in sudo
Error: pg_config executable not found
filter rollbar python 404 not found
[Error] Symbol not found: _PyUnicodeUCS2_Compare
Command not found with sudo rosdep init in ROS setup
[Super Beginner] [Tired Intermediate] When "command not found" or "command not found" is displayed
When the Linux command $ yum -y install gives an error (yum: command not found)
gqlgen command does not work with go gqlgen