Created
February 10, 2015 03:16
-
-
Save bcchenbc/574a54bd3e01896e1fda to your computer and use it in GitHub Desktop.
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 | |
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