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
pip3 install virtualenv export PATH=$PATH:~/.local/bin virtualenv -p python3 my_virtual_env cd my_virtual_env source bin/activate (my_virtual_env) $ git clone https://github.com/ankity10/Mcq-Web-App.git (my_virtual_env) $ cd Mcq-Web-App (my_virtual_env) $ pip install -r requirements.txt (my_virtual_env) $python manage.py runserver 8080
The text was updated successfully, but these errors were encountered:
Can you do this change as you already have set up with you? @jomivz
Sorry, something went wrong.
jomivz
No branches or pull requests
pip3 install virtualenv
export PATH=$PATH:~/.local/bin
virtualenv -p python3 my_virtual_env
cd my_virtual_env
source bin/activate
(my_virtual_env) $ git clone https://github.com/ankity10/Mcq-Web-App.git
(my_virtual_env) $ cd Mcq-Web-App
(my_virtual_env) $ pip install -r requirements.txt
(my_virtual_env) $python manage.py runserver 8080
The text was updated successfully, but these errors were encountered: