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
*.ip | |
*.log |
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 | |
## Description: | |
## | |
## pystrap.sh is a shell script to bootstrap a Python environment | |
## in user space that includes pip and virtualenv. It can be used | |
## to bootstrap a Python environment remotely, e.g., on a cluster | |
## where setuptools, virtualenv, etc. are usually not installed. | |
## | |
## Example: pystrap via Globus: |