Answers for "add a directory to python import path linux"

1

save pythonpath

export PYTHONPATH="${PYTHONPATH}:/my/other/path"
Posted by: Guest on June-26-2020

Code answers related to "add a directory to python import path linux"

Python Answers by Framework

Browse Popular Code Answers by Language