Skip to content
New issue

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

how to run in lubuntu #16

Open
ricardopv1 opened this issue May 14, 2021 · 3 comments
Open

how to run in lubuntu #16

ricardopv1 opened this issue May 14, 2021 · 3 comments

Comments

@ricardopv1
Copy link

hello, this is more a question than an issue.
How can I run edxdl in lubuntu?

I already installed python3.6 and edx-downloader inside python3.6.

Then I type edxdl directly at the terminal prompt and it says edxdl: command not found.

Thanks for your help.

@ricardopv1
Copy link
Author

btw, I installed python3.6 because I was having this issue #11 on my windows computer, but I didn't want to install python3.6 there. That's why I am trying in a lubuntu VM I already have.

@LNTR
Copy link

LNTR commented Dec 4, 2022

I don't know the right answer for lubuntu. But you can create a virtual environment in windows by using conda. From their official documentation :

  1. Create a new conda environment by using conda create -n myenv python=3.6
  2. Activate it using conda activate myenv
  3. install the requirements in requirements.txt file.
  4. Now run edxdl command.

@LNTR
Copy link

LNTR commented Dec 4, 2022

After doing that, just deactivate and delete the environment by using conda deactivate and conda remove -n myenv --all in command prompt.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants