YosysHQ / oss-cad-suite-build

Multi-platform nightly builds of open source digital design and verification tools
ISC License
742 stars 67 forks source link

VIRTUAL_ENV environment from env script needs to be a real path #114

Closed vvuk closed 1 month ago

vvuk commented 1 month ago

pyenv's activate script sets VIRTUAL_ENV to the path to the venv, where as the oss-cad-suite one just sets it to OSS CAD Suite. This means, at least, that VS Code can't figure out a python interpreter when the suite is active (though even that isn't sufficient, it seems). It should be set to the oss-cad-suite directory path.

mmicko commented 1 month ago

It is merged now, feel free to ping me if it needs more tuning. I made sure we are now using other variables same as they so it should be more compatible

vvuk commented 1 month ago

хвала!