Skip to content

Instantly share code, notes, and snippets.

@nolram
Created July 24, 2014 16:21
Show Gist options
  • Save nolram/d065f343c34bdc53e6c8 to your computer and use it in GitHub Desktop.
Save nolram/d065f343c34bdc53e6c8 to your computer and use it in GitHub Desktop.
Script para executar o IDLE do python a partir do Virtualenv
#!/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