Created
July 24, 2014 16:21
-
-
Save nolram/d065f343c34bdc53e6c8 to your computer and use it in GitHub Desktop.
Script para executar o IDLE do python a partir do Virtualenv
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
#!/bin/bash | |
source ~/Ambientes_Python/Django16/bin/activate # Modifique está linha para o destino onde está localizado o virtualenv | |
python -c "from idlelib.PyShell import main; main()" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment