Set Library Path for python running configuration

Table of Contents
******************** Set Library Path for python running configuration *****


-> home/user/.bashrc


Add below code in your library path


export PATH=”/home/user/anaconda3/bin:$PATH”


export PYTHONPATH=”/home/user/anaconda3/bin/md”

Related posts