PYTHONPATH Explained, How to Use PYTHONPATH | How to Python 1 | Python Tutorials

preview_player
Показать описание
In this video we’ll be go over how to set up your PYTHONPATH in a linux terminal and windows command prompt to be able to use GitHub repositories you’ve cloned onto your computer. Specifically we’ll be using the Astrodynamics with Python GitHub repo so we can run scripts available in the repository.

#pythonpath #python #pythontutorials
Рекомендации по теме
Комментарии
Автор

Let me know what topics you want to see in this series of How to Python / Python tutorials!

alfonsogonzalez-astrodynam
Автор

Hello from Brazil! I did the whole path, but when it comes to import spacecraft, it shows the message (Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File "C:\Users\ultimate\AWP\src\python_tools\Spacecraft.py", line 14, in <module>
from scipy.integrate import solve_ivp
ModuleNotFoundError: No module named 'scipy')

rodolfoedgesoft