Notice
Recent Posts
Recent Comments
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- TensorFlow
- GSQL
- graph database
- SQL
- Graph Tech
- 그래프 데이터베이스
- 인공지능
- r
- SparkML
- Federated Learning
- Neo4j
- GDB
- 그래프 질의언어
- graph
- Python
- TigerGraph
- Cypher
- DeepLearning
- spark
- 그래프 에코시스템
- 딥러닝
- RStudio
- Graph Ecosystem
- 연합학습
- RDD
- BigData
- 그래프
- GraphX
- 빅데이터
- 분산 병렬 처리
Archives
- Today
- Total
Hee'World
pyenv + virtualenv + autoenv 가상환경 구축 본문
<pyenv + virtualenv + autoenv 가상환경구축>
1. pyenv의 필요한 패키지를 설치합니다.
apt-get install -y make build-essential libssl-dev zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev wget curl llvm libncurses5-dev
<끝>
<참고>
- https://dobest.io/how-to-set-python-dev-env/
- https://github.com/yyuu/pyenv
- https://github.com/yyuu/pyenv-virtualenv
- https://github.com/kennethreitz/autoenv
'Programming > Python' 카테고리의 다른 글
Python을 이용한 기초통계 (0) | 2020.05.03 |
---|---|
Ubuntu apt-get install시에 404 Not Found [IP: XX.XX.XXX.XX]에러 발생시 (0) | 2016.06.17 |
Anaconda3 Windows Opencv3 install (0) | 2016.06.09 |
TensorFlow 설치 (0) | 2016.06.07 |
OpenCV 패키지 설치 [Windows] (0) | 2016.06.07 |
Comments