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

Run this project #247

Open
pokono opened this issue Apr 5, 2022 · 1 comment
Open

Run this project #247

pokono opened this issue Apr 5, 2022 · 1 comment

Comments

@pokono
Copy link

pokono commented Apr 5, 2022

Any idea of how to run this project from source?
I'm not too familiar with python and trying to run this project on a vagrant machine with ubuntu 18.04 and phyton 3.

@hoijui
Copy link

hoijui commented Nov 9, 2023

bash # Other shells (like fish) will likely fail
python3 -m venv my_env
source my_env/bin/activate
python3 -m pip install --path .
my_env/bin/openbadges --help

I think you need python 2.7 or 3.5.
I am trying with 3.11, and it fails to run.

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