Skip to content

Instantly share code, notes, and snippets.

@bcchenbc
Created February 10, 2015 03:16
Show Gist options
  • Save bcchenbc/574a54bd3e01896e1fda to your computer and use it in GitHub Desktop.
Save bcchenbc/574a54bd3e01896e1fda to your computer and use it in GitHub Desktop.
#!/bin/bash
echo "PYTHONPATH=~.pyvenv/lib/python3.3/site-packages" >> ~/.bashrc
echo "export PYTHONPATH" >> ~/.bashrc
echo "PATH=~/.local/bin/:$PATH" >> ~/.bashrc
echo "export PATH" >> ~/.bashrc
echo "alias pipu='~/.local/bin/pip3 install --user'" >> ~/.bashrc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment