Skip to content

Instantly share code, notes, and snippets.

@aodj
Created October 23, 2019 16:13
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 aodj/19f2aa824a7a94fdb6fac8d99827a33c to your computer and use it in GitHub Desktop.
Save aodj/19f2aa824a7a94fdb6fac8d99827a33c to your computer and use it in GitHub Desktop.
pyenv scratch commands
init_scratch_dir () {
pushd ~/Documents/scratch
echo scratch-3.7.2 >> .python-version
pyenv virtualenv 3.7.2 scratch-3.7.2
popd
}
scratch () {
pushd ~/Documents/scratch
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment