This file contains hidden or 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
| object Main extends App{ | |
| // Here your code ! | |
| println("XXXXXXXX") | |
| } |
This file contains hidden or 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
| import sys; | |
| sys.path.append('/bio/lib/python2.7/site-packages'); | |
| sys.path.append('/bio/lib/site-python'); | |
| import numpy as np; |
This file contains hidden or 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
| python -c "import site; print(site.getsitepackages())" | |
| export PYTHONPATH=/bio/lib/python2.7/site-packages:/bio/lib/site-python:$PYTHONPATH | |
| ~/bin/python -c "import site; print(site.getsitepackages())" | |
| export PYTHONPATH=/home/yt/lib/python2.7/site-packages:/home/yt/lib/site-python:$PYTHONPATH |
This file contains hidden or 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
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or 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
| print 'Hello world!'; |
NewerOlder