Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

229
Views
Proyecto Django usando python 2.7 a pesar de que el intérprete apunta a la versión 3.5 de python

El intérprete de mi proyecto apunta a la versión 3.5.2 de Python:

(/Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5)

Sin embargo, cuando voy al shell de python en la terminal del proyecto (estoy usando pycharm por cierto), carga python 2.7. ¿Alguna idea de por qué?

about 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Debe activar el mismo entorno virtual que utiliza PyCharm cuando desarrolla su proyecto.

Entonces, digamos que tienes una configuración como esta:

Configuración del proyecto de PyCharm

Luego abres la terminal y haces:

 $ cd ~/Documents/dev/ $ source ./pavorai-env-pycharm/bin/activate $ NOW RUN YOUR DJANGO PROJECT

Debería usar el mismo entorno que usa PyCharm . Tenga en cuenta que el directorio que está utilizando SERÁ diferente al que muestro en este ejemplo .

about 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!