Automatically work on the python project specified at zsh login

A note about virtualenv.

.zlogin


if [ -f $HOME/.venv ];then
	workon `cat $HOME/.venv`
fi

Now the python project written in .venv will be started automatically when you log in to zsh.

Recommended Posts

Automatically work on the python project specified at zsh login
At the time of python update on ubuntu
Execute packet capture at the specified time on CentOS7
Tasks at the start of a new python project
Arrow keys do not work in zsh + python shell on mac
Memorize the Python commentary on YouTube.
Sakura Use Python on the Internet
What is the XX file at the root of a popular Python project?
Work memo to migrate and update Python 2 series scripts on the cloud to 3 series
Set the environment variable PYTHONPATH on zsh
Virtualenv does not work on Python3.5 (Windows)
Download files on the web with Python
Call the python debugger at any time
The Python project template I think of.
Python Basic Course (at the end of 15)
[Python] Automatically operate the browser with Selenium
[Python] A progress bar on the terminal
[Python] Read the specified line in the file
I managed to solve the situation where Python does not work on Mac
Let's automatically display the lyrics of the song being played on iTunes in Python