Created
November 9, 2017 19:34
-
-
Save lae/36e0fb659b1db15c5bb4186270288160 to your computer and use it in GitHub Desktop.
wow so easy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[musee@birdy ~]$ /home/musee/.virtualenvs/github3/bin/python | |
/home/musee/.virtualenvs/github3/bin/python: error while loading shared libraries: libpython3.5m.so.1.0: cannot open shared object file: No such file or directory | |
[musee@birdy ~]$ mkvirtualenv github3 | |
Using base prefix '/usr' | |
New python executable in /home/musee/.virtualenvs/github3/bin/python3 | |
Not overwriting existing python script /home/musee/.virtualenvs/github3/bin/python (you must use /home/musee/.virtualenvs/github3/bin/python3) | |
Installing setuptools, pip, wheel...done. | |
Overwriting /home/musee/.virtualenvs/github3/bin/activate with new content | |
Overwriting /home/musee/.virtualenvs/github3/bin/activate.fish with new content | |
(github3) [musee@birdy ~]$ /home/musee/.virtualenvs/github3/bin/python | |
Python 3.6.2 (default, Jul 20 2017, 03:52:27) | |
[GCC 7.1.1 20170630] on linux | |
Type "help", "copyright", "credits" or "license" for more information. | |
>>> from github3 import login | |
Traceback (most recent call last): | |
File "<stdin>", line 1, in <module> | |
ModuleNotFoundError: No module named 'github3' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment