Commit 99b87a98 authored by sim's avatar sim

[FIX] Set specific python version for virtualenv

parent 3441bd08
......@@ -53,7 +53,7 @@ update-locale LC_ALL=fr_FR.UTF-8
cd /srv/
pip3 install virtualenv
virtualenv /srv/env_3-5
virtualenv /srv/env_3-5 -p /usr/bin/python3.5
echo 'alias venv="source /srv/env_3-5/bin/activate"' >> ~/.bashrc
# CONFIG FILES
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment