Almenon / Almenon/AREPL-vscode

registering arepl dump fails in virtual env

未关闭
#175 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
bug help wanted
主要语言
TypeScript
星标
301
派生
46
PR 合并指标
30 天内没有已合并 PR

描述

this is so friggin weird.

In command line:

> (venv) F:\>F:\\fifteen5\\venv\\scripts\\python.exe -m site --user-site
C:\Users\anon\AppData\Roaming\Python\Python36\site-packages

in vscode:
```javascript
child_process_1.execSync("F:\\fifteen5\\venv\\scripts\\python.exe -m site --user-site").toString().trim()
```

> Error: Command failed: F:\fifteen5\venv\scripts\python.exe -m site --user-site

but i looked at the error and the path _does get outputted, but in err.stdout!!!!!!!!!!!!!_

```javascript
try{child_process_1.execSync("F:\\fifteen5\\venv\\scripts\\python.exe -m site --user-site").toString().trim()}catch (err) {console.log(err.stdout.toString())}
undefined
C:\Users\anon\AppData\Roaming\Python\Python36\site-packages
```

thats enough programming for today...

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。