WTMO-dev
AI
CV
basic
DL
basic
ML
basic
NLP
basic
dspy
hugging face
llama index
ollama
C++
basic
COMPUTER SCIENCE
basic
ETC
GIT
Blog
basic
IDE
VSC
python
setting
JAVA
basic
MATH
Basic
Statistic
NETWORK
basic
OS
Window
WSL
basic
basic
PROJECT
PYTHON
Advance
Basic
Framework
Django
FastAPI
Library
Module
Home
PROJECT PRACTICE
Crawling
EDA
Kaggle
Python
CV
Contact
Copyright © 2024
WTMO-dev
Home
>
PYTHON
> Advance
Now Loading ...
Advance
additional info
str, repr
PYTHON
/
Advance
· 2024-02-12
가상환경 설정
venv(normal setting, makedir it self) {% highlight shell %} python -m venv <venv_name> source <venv_name>/bin/activate # mac source <venv_name>/Script/activate # git bash with window Scripts\activate.bat # cmd with window deactivate {% endhighlight %} pipenv(not makedir it self) {% highlight shell %} pip install pipenv python -m pipenv –python <version> python -m pyenv versions # 여기에 버전들 깔림 python -m pipenv shell exit {% endhighlight %} pipenv –venv pipenv –py pipenv run python # 가상환경으로 파이썬 실행하기 jupyter setting {% highlight shell %} pip install jupyter pip install ipykernel python -m ipykernel install — user — name 가상환경이름 jupyter kernelspec list jupyter kernelspec uninstall 가상환경이름 {% endhighlight %}
PYTHON
/
Advance
· 2023-09-05
<
>
Touch background to close