vercel / hyper

A terminal built on web technologies
https://hyper.is
MIT License
43.35k stars 3.52k forks source link

Hi! i have installed Hyper and tried to install pip and this is my results. "'-pip' is not recognized as an internal or external command, operable program or batch file." May i ask what the problem is? Plus it doesn't look the same as the instructors terminal with the pretty colorful dots on it. This is what i downloaded to my windows 64 desktop. hyper-setup-3.4.1 (1).exe #7519

Open moneyhouse opened 1 year ago

moneyhouse commented 1 year ago

Issue


{
  "updateChannel": "stable",
  "fontSize": 12,
  "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace",
  "fontWeight": "normal",
  "fontWeightBold": "bold",
  "lineHeight": 1,
  "letterSpacing": 0,
  "cursorColor": "rgba(248,28,229,0.8)",
  "cursorAccentColor": "#000",
  "cursorShape": "BLOCK",
  "cursorBlink": false,
  "foregroundColor": "#fff",
  "backgroundColor": "#000",
  "selectionColor": "rgba(248,28,229,0.3)",
  "borderColor": "#333",
  "css": "",
  "termCSS": "",
  "workingDirectory": "",
  "showHamburgerMenu": "",
  "showWindowControls": "",
  "padding": "12px 14px",
  "colors": {
    "black": "#000000",
    "red": "#C51E14",
    "green": "#1DC121",
    "yellow": "#C7C329",
    "blue": "#0A2FC4",
    "magenta": "#C839C5",
    "cyan": "#20C5C6",
    "white": "#C7C7C7",
    "lightBlack": "#686868",
    "lightRed": "#FD6F6B",
    "lightGreen": "#67F86F",
    "lightYellow": "#FFFA72",
    "lightBlue": "#6A76FB",
    "lightMagenta": "#FD7CFC",
    "lightCyan": "#68FDFE",
    "lightWhite": "#FFFFFF",
    "limeGreen": "#32CD32",
    "lightCoral": "#F08080"
  },
  "shell": "",
  "shellArgs": [
    "--login"
  ],
  "env": {},
  "bell": "SOUND",
  "copyOnSelect": false,
  "defaultSSHApp": true,
  "quickEdit": false,
  "macOptionSelectionMode": "vertical",
  "webGLRenderer": true,
  "webLinksActivationKey": "",
  "disableLigatures": true,
  "disableAutoUpdates": false,
  "screenReaderMode": false,
  "preserveCWD": true
}

plugins ```json { "plugins": [ "hypercwd", "hyper-search", "hyperpower", "hyper-material-theme" ], "localPlugins": [] } ```
its-19818942118 commented 1 year ago

might be problems with shell as far as i know the default shell is cmd to fix this paste the below hyper.js:

{ "updateChannel": "stable", "fontSize": 12, "fontFamily": "Menlo, \"DejaVu Sans Mono\", Consolas, \"Lucida Console\", monospace", "fontWeight": "normal", "fontWeightBold": "bold", "lineHeight": 1, "letterSpacing": 0, "cursorColor": "rgba(248,28,229,0.8)", "cursorAccentColor": "#000", "cursorShape": "BLOCK", "cursorBlink": false, "foregroundColor": "#fff", "backgroundColor": "#000", "selectionColor": "rgba(248,28,229,0.3)", "borderColor": "#333", "css": "", "termCSS": "", "workingDirectory": "", "showHamburgerMenu": "", "showWindowControls": "", "padding": "12px 14px", "colors": { "black": "#000000", "red": "#C51E14", "green": "#1DC121", "yellow": "#C7C329", "blue": "#0A2FC4", "magenta": "#C839C5", "cyan": "#20C5C6", "white": "#C7C7C7", "lightBlack": "#686868", "lightRed": "#FD6F6B", "lightGreen": "#67F86F", "lightYellow": "#FFFA72", "lightBlue": "#6A76FB", "lightMagenta": "#FD7CFC", "lightCyan": "#68FDFE", "lightWhite": "#FFFFFF", "limeGreen": "#32CD32", "lightCoral": "#F08080" }, "shell": "pwsh", "shellArgs": [], "env": {}, "bell": "SOUND", "copyOnSelect": false, "defaultSSHApp": true, "quickEdit": false, "macOptionSelectionMode": "vertical", "webGLRenderer": true, "webLinksActivationKey": "", "disableLigatures": true, "disableAutoUpdates": false, "screenReaderMode": false, "preserveCWD": true }

its-19818942118 commented 1 year ago

@moneyhouse

its-19818942118 commented 1 year ago

also check if python is installed

its-19818942118 commented 1 year ago

another problem might be the user variable sometimes python or node js etc dont get acess to user variable as such you might find problems make sure to check it :)