Almenon / Almenon/AREPL-vscode

registering arepl dump fails in virtual env

Open
#175 0 comments 0 reactions 0 assignees View on GitHub
bug help wanted
Dominant language
TypeScript
Stars
301
Forks
46
PR merge metrics
No merged PRs in 30d

Description

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

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.