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
(wx)tk422:~/code/pg/conda-recipes (master *=)$ conda build wxpython | |
BUILD START: wxpython-3.0.2.0-py27_2 | |
Fetching package metadata: ... | |
Solving package specifications: . | |
The following NEW packages will be INSTALLED: | |
openssl: 1.0.1j-0 | |
python: 2.7.9-0 | |
readline: 6.2-2 | |
sqlite: 3.8.4.1-0 |
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
#!/bin/bash | |
# This is a script for migrating the python lesson out of | |
# bc/novice/python into swc-novice-python and then into the | |
# new lesson template (lesson-template) | |
# https://github.com/swcarpentry/workshop-template/pull/61 | |
if [[ ! -d bc ]]; then | |
git clone https://github.com/swcarpentry/bc |
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
sys.prefix | |
'/home/aaron/src/canopy/Enthought/Canopy_64bit/User' | |
sys.path | |
['', | |
'/home/aaron/src/canopy/Enthought/Canopy_64bit/User/bin', | |
'/home/aaron/src/canopy/appdata/canopy-1.0.3.1262.rh5-x86_64/lib/python27.zip', |