Ignore build and virtual env ("venv").
This commit is contained in:
@@ -6,3 +6,5 @@
|
|||||||
docs/.ipynb_checkpoints
|
docs/.ipynb_checkpoints
|
||||||
test/*
|
test/*
|
||||||
gnu-prolog/thun
|
gnu-prolog/thun
|
||||||
|
venv
|
||||||
|
build
|
||||||
|
|||||||
@@ -17,6 +17,13 @@ This starts it using the `virtualenv` version of Python so `joy` will be availab
|
|||||||
|
|
||||||
I find I have to include `--ip=0.0.0.0` to workaround a bug where it tries to bind to an IPv6 address, YMMV.
|
I find I have to include `--ip=0.0.0.0` to workaround a bug where it tries to bind to an IPv6 address, YMMV.
|
||||||
|
|
||||||
|
Clean up when you're done:
|
||||||
|
|
||||||
|
deactivate
|
||||||
|
rm -rf venv
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Table of Contents
|
## Table of Contents
|
||||||
|
|
||||||
- 1. Basic Use of Joy in a Notebook
|
- 1. Basic Use of Joy in a Notebook
|
||||||
|
|||||||
Reference in New Issue
Block a user