📢 Webサイト閉鎖と移転のお知らせ
このWebサイトは2026年9月に閉鎖いたします。
新しい記事は移転先で追加しております。(旧サイトでは記事を追加しておりません)

78行目: 78行目:
<br>
<br>
Proton VPNクライアントをインストールする。<br>
Proton VPNクライアントをインストールする。<br>
export PYTHONPATH="/<Proton VPNのインストールディレクトリ>/lib/python<Pythonのバージョン>/site-packages:$PYTHONPATH"
  python3 ./setup.py build
  python3 ./setup.py build
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
96行目: 97行目:
<br>
<br>
Proton VPNライブラリをインストールする。<br>
Proton VPNライブラリをインストールする。<br>
export PYTHONPATH="/<Proton VPNのインストールディレクトリ>/lib/python<Pythonのバージョン>/site-packages:$PYTHONPATH"
  python3 ./setup.py build
  python3 ./setup.py build
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
116行目: 118行目:
<br>
<br>
Proton VPN CLIをインストールする。<br>
Proton VPN CLIをインストールする。<br>
export PYTHONPATH="/<Proton VPNのインストールディレクトリ>/lib/python<Pythonのバージョン>/site-packages:$PYTHONPATH"
  python3 ./setup.py build
  python3 ./setup.py build
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
136行目: 139行目:
<br>
<br>
Proton VPN GUIをインストールする。<br>
Proton VPN GUIをインストールする。<br>
export PYTHONPATH="/<Proton VPNのインストールディレクトリ>/lib/python<Pythonのバージョン>/site-packages:$PYTHONPATH"
  python3 ./setup.py build
  python3 ./setup.py build
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>
  python3 ./setup.py install --prefix=<Proton VPN GUIのインストールディレクトリ>