Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MatthaeusHarris/33740e6f1c57390ced8bff0ee119fc90 to your computer and use it in GitHub Desktop.
Save MatthaeusHarris/33740e6f1c57390ced8bff0ee119fc90 to your computer and use it in GitHub Desktop.
Some bullshit
$ ipython3
/home/mharris/.local/lib/python3.6/site-packages/IPython/core/interactiveshell.py:931: UserWarning: Attempting to work in a virtualenv. If you encounter problems, please install IPython inside the virtualenv.
warn("Attempting to work in a virtualenv. If you encounter problems, please "
Python 3.6.9 (default, Apr 18 2020, 01:56:04)
Type 'copyright', 'credits' or 'license' for more information
IPython 7.7.0 -- An enhanced Interactive Python. Type '?' for help.
In [1]: a: 5
In [2]: a
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
<ipython-input-2-3f786850e387> in <module>
----> 1 a
NameError: name 'a' is not defined
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment