新しいユーザーの作成時に、各新しいユーザーのホームディレクトリに「.virtualenvs」というディレクトリを自動的に作成します。
Useraddコマンドを使用して、新しいユーザーを作成しています。
ディレクトリ/etc/skel/.virtualenvs
を作成します。 /etc/skel
ディレクトリは、新しいホームディレクトリのスケルトンとして使用されます。
/etc/adduser.conf
で定義されています:
# The SKEL variable specifies the directory containing "skeletal" user
# files; in other words, files such as a sample .profile that will be
# copied to the new user's home directory when it is created.
SKEL=/etc/skel