Ordre des répertoires d'importation Python (sur anaconda)

Ordre d'importation Python

J'ai anaconda sur EC2 (amazonlinux2). Il semble que cela dépende de l'environnement, mais l'ordre d'importation est le suivant.

(base) [ec2-user@ip-172-31-42-102 wk]$ echo $PYTHONPATH
/home/ec2-user/wk/lib
(base) [ec2-user@ip-172-31-42-102 wk]$ pwd
/home/ec2-user/wk
(base) [ec2-user@ip-172-31-42-102 wk]$ ls
path.py lib
(base) [ec2-user@ip-172-31-42-102 wk]$ cd ../
(base) [ec2-user@ip-172-31-42-102 ~]$ pwd
/home/ec2-user
(base) [ec2-user@ip-172-31-42-102 ~]$ python3 ./wk/path.py
['/home/ec2-user/wk',
 '/home/ec2-user/wk/lib',
 '/home/ec2-user',
 '/home/ec2-user/anaconda3/lib/python37.zip',
 '/home/ec2-user/anaconda3/lib/python3.7',
 '/home/ec2-user/anaconda3/lib/python3.7/lib-dynload',
 '/home/ec2-user/anaconda3/lib/python3.7/site-packages']		

① Répertoire avec fichier py (2) Répertoire défini dans PYTHONPATH ③ Répertoire actuel ④ anaconda standard, répertoire tiers

Vous pouvez vérifier l'ordre d'importation ci-dessous, donc si vous êtes curieux, essayez-le.

path.py


import sys
import pprint

pprint.pprint(sys.path)

Recommended Posts

Ordre des répertoires d'importation Python (sur anaconda)
Installez Python 3.7 Anaconda sur MAC, mais Python 2
Installer Anaconda Python sur une instance ECS
Créer un environnement Python avec Anaconda sur Mac
Python 3.3 avec Anaconda
Importer le module Python
Python sur Windows
twitter avec python3
Importer un script python
Theano sur Anaconda
python sur mac
pyenv + anaconda + python3
Python sur Windbg
Synthétiser l'importation Python
Construire l'environnement Python3.5 + matplotlib sur Ubuntu 12 en utilisant Anaconda
Installez OpenCV 4.0 et Python 3.7 sur Windows 10 avec Anaconda
[Node-RED] Exécuter Python sur l'environnement virtuel Anaconda à partir de Node-RED [Anaconda] [Python]
[Python] Comment installer OpenCV sur Anaconda [Windows]
Conda Python avec Cygwin
Installer python sur WSL
[Python] Opération de fichier / répertoire
Configuration de PyOpenGL sur Python 3
Installez Python sur Pidora.
Installez Scrapy sur python3
[Note] Une histoire sur Anaconda et VScode ayant des problèmes avec une erreur d'importation de python
[Réintroduction à python] Comment importer via le répertoire parent
Python depuis ou import
Spécifiez le répertoire / sous-répertoire supérieur avec l'importation relative de Python
Installez Python sur Mac
Installer Python 3 dans un environnement Mac
Créez un environnement de développement Python 3 (Anaconda) confortable avec Windows
Installez Python3.4 sur CentOS 6.6
Installer des pandas sur python2.6
Utilisez Python 3.8 avec Anaconda
Anaconda sur le terminal Windows
Installez Anaconda sur Windows 10
python basic ② sous windows
Installez python sur Windows
Installez Python 2.7.3 sur CentOS 5.4
construire Python sur Ubuntu
Installez Python 3.3 sur Ubuntu 12.04
Importer tsv avec Python
Installez Python 3.4 sur Mac
Installez django sur python + anaconda et démarrez le serveur
Installez Python 3.6 sur Docker
Ordre naturel en Python
[Note] Importation de fichiers dans le répertoire parent en Python
Activer Python virtualenv sous Windows
Construction de l'environnement Python + Anaconda + Pycharm
Installez cvxopt sur Anaconda 64 bits
Configurer Python 3.4 sur Ubuntu
Exécutez Openpose sur Python (Windows)
Installez Python 3.8 sur RHEL 8 (AppStream)
Série Python 2 et série 3 (édition Anaconda)
Utilisez matplotlib sur Ubuntu 12 et Python
Installer watchdog sur Windows + Python 3.3
Python sur Ruby et Ruby en colère sur Python
Importer dynamiquement des scripts en Python
Construction de l'environnement Anaconda sur CentOS7
Importer vtk avec brew python
Installer pygame sur python3.4 sur Mac