Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
WSGI (具体的には OpenERP Web サーバー) で実行される Python 2 で記述された Web アプリケーションが既にあります。
同じサーバー (Ubuntu の Apache 2) で実行される新しい Web アプリケーションを作成したいと思いますが、WSGI と Python 3 を使用します。2 つのアプリケーションは異なるポートに配置されます。
それは可能ですか?
その可能性は十分にあります。これが virtualenv のすべてです。python3 を使用して、 virtualenv で 2 番目のアプリをセットアップします。
Apacheの仮想ホスト構成に追加します。