We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
which python which python3 python --version python3 --version
virtualenv env-py2 source env-py2/bin/activate
(note change in prompt)
virtualenv -p python3 env-py3 source env-py3/bin/activate
For Python 3 one might also use pipenv
pipenv
See pypi.python.org
pip install ofcourse
takes some time to install, note dependency resolution and warnings
mkdir ofcourse-demo cd ofcourse-demo ofcourse new ls ls -lR people
note file and directory structure
ofcourse validate
# ofcourse run # point browser at https://localhost:5000
cd .. git clone --depth=1 https://github.com/ritjoe/hfoss cd hfoss ls ls -lR people ofcourse validate