Help! unable to run python code in VSCode due to incompetence of the installation process. #5885
Replies: 1 comment 1 reply
-
What installation process? Because nothing you're describing in this issue is part of the Homebrew install. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Output of
brew config
Output of
brew doctor
Description of issue
emulate sh
source ~/.profile
emulate zsh
Setting PATH for Python 3.11
The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.11/bin:${PATH}"
export PATH
eval "$(/usr/local/bin/brew shellenv)"
eval export HOMEBREW_PREFIX="/usr/local"; export HOMEBREW_CELLAR="/usr/local/Cellar"; export HOMEBREW_REPOSITORY="/usr/local/Homebrew"; export PATH="/usr/local/bin:/usr/local/sbin${PATH+:$PATH}"; export MANPATH="/usr/local/share/man${MANPATH+:$MANPATH}:"; export INFOPATH="/usr/local/share/info:${INFOPATH:-}";
Example usage:
brew search TEXT|/REGEX/
brew info [FORMULA|CASK...]
brew install FORMULA|CASK...
brew update
brew upgrade [FORMULA|CASK...]
brew uninstall FORMULA|CASK...
brew list [FORMULA|CASK...]
Troubleshooting:
brew config
brew doctor
brew install --verbose --debug FORMULA|CASK
Contributing:
brew create URL [--no-fetch]
brew edit [FORMULA|CASK...]
Further help:
brew commands
brew help [COMMAND]
man brew
https://docs.brew.sh
eval export HOMEBREW_PREFIX="/usr/local"; export HOMEBREW_CELLAR="/usr/local/Cellar"; export HOMEBREW_REPOSITORY="/usr/local/Homebrew"; export PATH="/usr/local/bin:/usr/local/sbin${PATH+:$PATH}"; export MANPATH="/usr/local/share/man${MANPATH+:$MANPATH}:"; export INFOPATH="/usr/local/share/info:${INFOPATH:-}";
eval
eval
Setting PATH for Python 3.12
The original version is saved in .zprofile.pysave
PATH="/Library/Frameworks/Python.framework/Versions/3.12/bin:${PATH}"
export PATH
Beta Was this translation helpful? Give feedback.
All reactions