search results

  1. Stack Overflow is a question and answer site for professional and enthusiast programmers. It\'s 100% free, no registration required.
    stackoverflow.com/.../15267940/python-​bash-profile-alias - Cached
  2. I followed the directions for setting a default python version and changed my .bash_profile to: # .bash_profile alias python=python2.7 # Get the aliases and functions ...
    community.webfaction.com/.../4621/​setting-default-python - Cached
  3. My CentOS 5.5 server has both Python 2.4 and Python 2.7 installed (to /opt/python2.7.2). In my ~/.bash_profile I have two aliases pointing to my Python 2.7 install ...
    stackoverflow.com/.../make-ignores-my-​python-bash-alias - Cached
  4. Creating a python Alias ... Open $HOME/.bash_profile in a text editor. On a new line, add alias python=python X.Y where X.Y is the Python version number.
    docs.webfaction.com/.../​python.html?highlight=python%20alias - Cached
  5. I have been struggling with setting Python 2.7 to be the default Python on my system. Python 2.6 came with my OS, and I have since installed 2.7 (from - Search ...
    www.evolvestar.com/want/python-bash_​profile-alias-trying... - Cached
  6. .bash_profile is read and executed only when you start a login shell ... bash alias completion; ... Python completion; Perl completion; rcs(1) ...
    www.hypexr.org/bash_tutorial.php - Cached
  7. Basic configuration of .bash_profile file. code snippets ... alias bash_profile = \"vim /Users/nalmeida/.bash_profile\" alias killallpy = \"ps aux | grep python\"
    snipplr.com/view/21984/bashprofile - Ca ched
  8. # Make some possibly destructive commands more interactive. alias rm = \'rm -i\' alias mv = \'mv -i ... custom Python modules to the ... and use .bash_profile to ...
    stefaanlippens.net/my_bashrc_aliases_​profile_and_other_stuff - Cached
  9. I wrote a bash script to install and compile Python 2.7 from source on ... echo \"alias python=/opt/python2 ... /opt/python2.7/bin\" & gt; & gt; ~ /. bash_profile ...
    will-bloggs-too.com/tag/python-2-7 - Cached
  10. I wrote a bash script to install and compile Python 2.7 from source on ... echo \"alias python=/opt/python2 ... /opt/python2.7/bin\" & gt; & gt; ~ /. bash_profile ...
    will-bloggs-too.com/.../centos-5-5-x86_​64-install-python-2-7 - Cached
  11. < /OL>