We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All steps of the automatic installation instructions go through without error, except for the last one:
$ ipython Python 3.8.10 (default, Nov 26 2021, 20:14:08) Type 'copyright', 'credits' or 'license' for more information IPython 7.22.0 -- An enhanced Interactive Python. Type '?' for help. In [1]: import dojopy In [2]: dojopy.install() --------------------------------------------------------------------------- TypeError Traceback (most recent call last) <ipython-input-2-4d1bdd25a949> in <module> ----> 1 dojopy.install() TypeError: install() missing 1 required positional argument: 'ENV_DIR'
Happens on Ubuntu 20.04.4.
The text was updated successfully, but these errors were encountered:
Maybe set "" as the default value for ENV_DIR? Running dojopy.install("") worked for me.
""
ENV_DIR
dojopy.install("")
Sorry, something went wrong.
Fixed, thanks!
No branches or pull requests
All steps of the automatic installation instructions go through without error, except for the last one:
Happens on Ubuntu 20.04.4.
The text was updated successfully, but these errors were encountered: