Skip to content

Instantly share code, notes, and snippets.

@franciscocpg
Created December 17, 2022 01:22
Show Gist options
  • Save franciscocpg/de3ef289c2576aa8ebfa65343a213c48 to your computer and use it in GitHub Desktop.
Save franciscocpg/de3ef289c2576aa8ebfa65343a213c48 to your computer and use it in GitHub Desktop.
Fix python root asdf

Edit sudoers file (eg: sudo nano /etc/sudoers) and uncomment the line below:

Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

Reference to this solution

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment