Almenon / Almenon/AREPL-vscode
registering arepl dump fails in virtual env
- Lenguaje dominante
- TypeScript
- Estrellas
- 301
- Forks
- 46
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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...
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.