Skip to content

Instantly share code, notes, and snippets.

@raybsmith
Created July 13, 2016 21:26
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 raybsmith/5ec392a5b327a92bc75a39866f560060 to your computer and use it in GitHub Desktop.
Save raybsmith/5ec392a5b327a92bc75a39866f560060 to your computer and use it in GitHub Desktop.
raymond@arch:~$ export "PATH=~/docs/bazantgroup/mpetwork/mpet:$PATH"
raymond@arch:~$ echo $PATH
~/docs/bazantgroup/mpetwork/mpet:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/opt/opencascade/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl:/home/raymond/bin:/home/raymond/MATLAB/R2013a/bin
raymond@arch:~$ python
Python 3.5.2 (default, Jun 28 2016, 08:46:01)
[GCC 6.1.1 20160602] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> import mpet
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
ImportError: No module named 'mpet'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment