Skip to content

Instantly share code, notes, and snippets.

@jboynyc
Created February 6, 2020 11:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jboynyc/1faa5dc4e278d5b6284795f780d22764 to your computer and use it in GitHub Desktop.
Save jboynyc/1faa5dc4e278d5b6284795f780d22764 to your computer and use it in GitHub Desktop.
using `guix environment` as a shebang
#!/usr/bin/env -S guix environment --ad-hoc python python-pandas python-numpy -- python3
import pandas as pd
def main():
df = pd.util.testing.makeDataFrame()
print(df.T)
main()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment