Skip to content

Instantly share code, notes, and snippets.

@userddssilva
Last active February 3, 2021 13:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save userddssilva/aa8791ee1422697a37a1f285f6222b65 to your computer and use it in GitHub Desktop.
Save userddssilva/aa8791ee1422697a37a1f285f6222b65 to your computer and use it in GitHub Desktop.
export PATH="${PATH}:/home/dayvson/.local/bin"
# The PYTHONPATH variable has a value that is a string with a list of directories
# that Python should add to the sys.path directory list.
# The main use of PYTHONPATH is when we are developing some code that we want to
# be able to import from Python, but that we have not yet made into an installable
# Python package (see: making a Python package).
export PYTHONPATH="${PYTHONPATH}:/home/dayvson/.local/lib/python3.8/site-packages/*"
export PYTHONPATH="${PYTHONPATH}:/home/dayvson/.local/lib/python3.8/site-packages/*/*"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment