사용자 도구

사이트 도구


python

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
python [2019/02/12 00:08] – [dataclass] rex8312python [2024/03/23 02:38] (현재) – 바깥 편집 127.0.0.1
줄 125: 줄 125:
  
  
-===== 가상환경 ======+===== 인텔 배포판 =====
  
-  * https://pipenv.readthedocs.io/en/latest+  * https://software.intel.com/en-us/articles/using-intel-distribution-for-python-with-anaconda 
-    * https://towardsdatascience.com/comparing-python-virtual-environment-tools-9a6543643a44+ 
 +===== SSL 인증 안하기 ===== 
 + 
 +<code bash> 
 +conda config --set ssl_verify no 
 + 
 +pip install --trusted-host pypi.python.org --trusted-host pypi.org --trusted-host files.pythonhosted.org <package name> 
 +</code>
python.1549930113.txt.gz · 마지막으로 수정됨: 2024/03/23 02:37 (바깥 편집)