Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taoso/tini_autovirtualenv
bash helper to auto active python virtualenv, works well under tmux
https://github.com/taoso/tini_autovirtualenv
Last synced: about 2 months ago
JSON representation
bash helper to auto active python virtualenv, works well under tmux
- Host: GitHub
- URL: https://github.com/taoso/tini_autovirtualenv
- Owner: taoso
- Created: 2013-03-21T15:41:33.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-04-03T06:46:39.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T19:12:05.232Z (9 months ago)
- Size: 121 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
tini_autovirtualenv
===================bash helper to auto active python virtualenv, works well under tmux
when you first enter into a dicrector which contains a .env file and the .env file contains one line which is a virtualenv name. Then, the virtualenv will be actived automatically.
If you change path to the sub dicrector of the work place, nothing will be changed. However, when you leave the work palace, the virtualenv will be deactived.
As Tmux could only use the .bash_profile. What we could do is just execute the .bashrc file in the .bash_profile. All in all, this works well under Tmux.
Just enjoy it.
My Email: [email protected]