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
There are multiple python implementations such as pypy, jython, ironpython, rustpython etc. Also user may use different python interpreters under different conda or venv environments.
Adding this configuration using config file (default within current directory or home directory, but can be explicitly ordered to read config from given path) or command line options would be appreciated!
The text was updated successfully, but these errors were encountered:
The configuration file is currently under specification design. Please wait for a while.
Also, currently, Erg's bytecode backend only supports CPython. If you want to use other interpreters, please use the Python script backend (using transpile subcommand), which is an experimental feature.
There are multiple python implementations such as
pypy
,jython
,ironpython
,rustpython
etc. Also user may use different python interpreters under differentconda
orvenv
environments.Adding this configuration using config file (default within current directory or home directory, but can be explicitly ordered to read config from given path) or command line options would be appreciated!
The text was updated successfully, but these errors were encountered: