-
Notifications
You must be signed in to change notification settings - Fork 0
At your command (virtual environment)
Rachael Brady edited this page Oct 20, 2024
·
1 revision
brew install python3
Install WSL
Getting the "zsh: command not found: python" error?
export PATH="$PATH:/usr/bin/python3"
echo 'export PATH=$PATH:$HOME/go/bin' >> ~/.bashrc
source ~/.bashrc
echo 'alias python=/usr/bin/python3' >> ~/.zshrc
source ~/.zshrc
export PATH="$PATH:/mnt/c/Users/<user.name>/AppData/Local/Programs/Microsoft VS Code/bin"