Build python environment with direnv

direnv I decided to use direnv to build an API server environment that communicates with the front React server on the internship. The advantage of using direnv is that you can use environment variables properly for each directory. This time I want to make python3.8 in the target directory, write the following in .envrc

layout python3

Now make sure that 3.8 is properly applied when doing python -v in this directory.

(reference) https://qiita.com/kompiro/items/5fc46089247a56243a62

Recommended Posts

Build python environment with direnv
Build python virtual environment with virtualenv
Build Mysql + Python environment with docker
Build Python environment with Anaconda on Mac
Python environment with docker-compose
Build a python virtual environment with pyenv
Build Python development environment (pythonz, virtualenv, direnv)
Build a modern Python environment with Neovim
Virtual environment with Python 3.6
Build AI / machine learning environment with Python
Build python environment with pyenv on EC2 (ubuntu)
Building a python environment with virtualenv and direnv
Build Python development environment with Visual Studio Code
Build a python environment with ansible on centos6
[Python] Build a Django development environment with Docker
Create a python3 build environment with Sublime Text3
Build a Python environment with OSX El capitan
Quickly build a Python Django environment with IntelliJ
Build PyPy and Python execution environment with Docker
Build a Python machine learning environment with a container
Build a python execution environment with VS Code
Install Python environment with Anaconda
Manage python environment with virtualenv
Build Python environment on Windows
Prepare python3 environment with Docker
[ev3dev × Python] Build ev3dev development environment
Build python environment on windows
Build a Python environment offline
Let's build git-cat with Python
I tried to build a Mac Python development environment with pythonz + direnv
Build a python virtual environment with virtualenv and virtualenvwrapper
Build a python environment for each directory with pyenv-virtualenv
I made a Python3 environment on Ubuntu with direnv.
Build a machine learning application development environment with Python
Build a python virtual environment with virtualenv and virtualenvwrapper
Build python 1.0
Get started with Python! ~ ① Environment construction ~
Setup modern Python environment with Homebrew
Create a virtual environment with Python!
Building a virtual environment with Python 3
Build Flask environment with Dockerfile + docker-compose.yml
Build PyPy execution environment with Docker
Build mlpy with python3.3 (64bit) (windows 64bit)
Build IPython Notebook environment with boot2docker
Automatically build Python documentation with Sphinx
Python3 environment construction with pyenv-virtualenv (CentOS 7.3)
pytorch @ python3.8 environment construction with pipenv
Build Python 3.8 + Pipenv environment on Ubuntu 18.04
Build a python3 environment on CentOS7
Prepare Python development environment with Atom
Build Vim with MinGW. (+ lua, + python)
How to build a python2.7 series development environment with Vagrant
Build a python environment with pyenv (OS X El Capitan 10.11.3)
Build a Python environment with WSL + Pyenv + Jupyter + VS Code
[Pyenv] Building a python environment with ubuntu 16.04
[Ubuntu 18.04] Python environment construction with pyenv + pipenv
FizzBuzz with Python3
[Python] Building an environment with Anaconda [Mac]
Competitive programming with python Local environment settings
Scraping with Python
Change Python 64bit environment to 32bit environment with Anaconda