Skip to content

Instantly share code, notes, and snippets.

@Dulani
Created December 21, 2020 06:05
Show Gist options
  • Save Dulani/2e1c73bb03aba70fe117454f0f524096 to your computer and use it in GitHub Desktop.
Save Dulani/2e1c73bb03aba70fe117454f0f524096 to your computer and use it in GitHub Desktop.
Add to .bashrc to find Python binaries in the PATH environment variable
# Add to .bashrc for Python binaries:
# Python and pip3
export PATH="${PATH}:/home/{username}/.local/bin"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment