Last active
May 30, 2016 21:51
-
-
Save jonathancg90/9f90540580b433b766ebb7d2b493634f to your computer and use it in GitHub Desktop.
virtualenv python3
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
virtualenv --python=/usr/bin/python3 | |
mkvirtualenv --python=/usr/local/bin/python3 myenv | |
pip install pyopenssl ndg-httpsclient pyasn1 | |
https://github.com/skotcarruth/buybay/blob/ee198eb846614eb52114f75ef864303e72fea6ab/orders/paypal.py | |
*) http://paypal.github.io/sdk/#merchant | |
*) https://www.paypal-knowledge.com/infocenter/index?page=content&id=FAQ1913&expand=true&locale=es_ES | |
*) http://tiendaejemplomx.com/demo/demo.php | |
*) https://developer.paypal.com/docs/classic/express-checkout/ | |
*) https://developer.paypal.com/docs/classic/express-checkout/gs_expresscheckout/ | |
*) https://developer.paypal.com/docs/classic/express-checkout/in-context/ | |
*) https://www.paypal.com/cl/webapps/mpp/logo-center?locale.x=es_CL |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment