run-rshell.ps1 203 B

123456
  1. $ENV_PATH="F:\Engineer\Engineer_sync\one-chip-computer\micropython\env-python-3.8.10-embed-amd64"
  2. $Env:path=";$ENV_PATH;$ENV_PATH\Scripts;"+$Env:Path
  3. Python -V
  4. pip -V
  5. cd $PSScriptRoot\..
  6. rshell -p COM4