You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks @tellison - we have a revamp of the Qconfig system planned, as a more flexible system is a rather demanded feature (there is a discussion at #385 and previously #226). Unfortunately it was not ready by the time of the latest 0.5 release, but hopefully we will retake the work on that feature shortly and it will include more streamlined support for environment variables and flexibility: in the meantime, as you suggested, a workaround is using custom code in Qconfig.py for tailoring it to your needs.
At present it is necessary to modify the
QConfig.py
file to hard code theAPItoken
variable definition.In environments where it is not easy/possible to modify files in the QISKit installation location, and
there should be a way to pass in the
APItoken
value at runtime.A suggested way to do this is through an environment variable.
The text was updated successfully, but these errors were encountered: