Created
December 21, 2020 06:05
-
-
Save Dulani/2e1c73bb03aba70fe117454f0f524096 to your computer and use it in GitHub Desktop.
Add to .bashrc to find Python binaries in the PATH environment variable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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