Skip to content

Instantly share code, notes, and snippets.

@AlexandrLucas
Created March 1, 2021 13:17
Show Gist options
  • Save AlexandrLucas/43a719f5d095c90ddf4518d41616583b to your computer and use it in GitHub Desktop.
Save AlexandrLucas/43a719f5d095c90ddf4518d41616583b to your computer and use it in GitHub Desktop.
Add to PYTHONPATH
# A simple script to append the current working directory to PYTHONPATH environment variable temporarily
export PYTHONPATH="${PYTHONPATH}:${PWD}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment