Almenon / Almenon/AREPL-vscode

registering arepl dump fails in virtual env

Đang mở
#175 0 bình luận 0 reaction 0 người được giao Xem trên GitHub
bug help wanted
Ngôn ngữ chính
TypeScript
Star
301
Fork
46
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Mô tả

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...

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Đánh giá

Issue này chưa được đánh giá.

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.