-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Sebastian Blanco edited this page May 30, 2019
·
2 revisions
Instalar Python 3.6.6 : pyenv install 3.6.6
Configurar un entorno virtual para el proyecto: pyenv virtualenv 3.6.6 arquitecturas-paralelas
Crear un archivo .python-version en el root del directorio del proyecto y escribir en la primera linea del archivo arquitecturas-paralelas para que el entorno se active automáticamente.
Para que las dependencias instaladas en nuestro entorno virtual sean reflejadas en nuestra ide de pycharm debemos:
- Entrar a
settings -> Project: arquitecturas-paralelas -> Project interpreter. - Luego tocar
rueda de herramientas -> add. - Luego seleccionar
existing enviroment -> interpreter -> /home/sebastian/.pyenv/versions/arquitecturas-paralelas/bin/python/.
sh scripts/install.sh