Almenon / Almenon/AREPL-vscode
registering arepl dump fails in virtual env
- 主要言語
- 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 はまだ評価されていません。