Python on Windows

Anaconda Setup

Install Download the latest version of Python 3 from the Anaconda site. https://www.continuum.io/downloads

Proxy settings (conda)

--Launch command prompt. --Check the Anaconda Home directory.

--Create a.condarc with a text editor and write as follows.

.condarc


proxy_servers:
    http: http://[username]:[password]@[proxy server address]:[port]
    https: https://[username]:[password]@[proxy server address]:[port]

--Rename the file at the command prompt. When I try to change it from Explorer, I get angry that "the file name does not exist".

>ren a.condarc condarc

--Check the settings. OK if the set proxy information is displayed.

>conda config --show

Proxy settings (PIP)

It can be specified as an argument at runtime.

pip install [packagename] --proxy http://[username]:[password]@[proxy server address]:[port]

Recommended Posts

Python on Windows
python basic on windows ②
Install python on windows
Set-enable Python virtualenv on Windows
Run Openpose on Python (Windows)
Python + Kivy development on Windows
Sphinx-autobuild (0.5.2) on Windows7, Python 3.5.1, Sphinx 1.3.5
Fastest Python installation on Windows
Build Python environment on Windows
Build python environment on windows
I ran python on windows
[Python] [Chainer] [Windows] Install Chainer on Windows
Use Python on Windows (PyCharm)
Python environment construction memo on Windows 10
Python 3.6 on Windows ... and to Xamarin.
Installing Kivy on Windows10 64bit Python3.5
Anaconda python environment construction on Windows 10
twitter on python3
Install python2.7 on windows 32bit environment
python windows environment
Install xgboost (python version) on Windows
Install Python on Windows + pip + virtualenv
Install Pytorch on Blender 2.90 python on Windows
Python installation (Windows)
Integrate Modelica and Python on Windows
Installing Kivy-Designer on Windows10 64bit Python3.5
Mecab / Cabocha / KNP on Python + Windows
python on mac
Install Python development environment on Windows 10
Python CGI file created on Windows
Python on Windbg
Getting started with Python 3.8 on Windows
Reproduce One-Touch Search on Python 3.7.3. (Windows 10)
Notes for using OpenCV on Windows10 Python 3.8.3.
Run servo with Python on ESP32 (Windows)
Python 2.7, 3.4, 3.5 extension module build environment on Windows
[Kivy] How to install Kivy on Windows [Python]
Virtualenv does not work on Python3.5 (Windows)
Creating a python virtual environment on Windows
Use without installing python 2.x on Windows
Python conda on cygwin
Install python on WSL
PyOpenGL setup on Python 3
Install Python on Pidora.
Install Scrapy on python3
python windows environment construction
Pylint on Windows Atom
Linux (WSL) on Windows
Python installation method Windows
Install Python on Mac
Install Python 3 on Mac
Install Python3.4 on CentOS 6.6
Use pyvenv on Windows
Python starting with Windows 7
Installing pandas on python2.6
Anaconda on Windows Terminal
Install Anaconda on Windows 10
Install pycuda on Windows10
Install Python 2.7.3 on CentOS 5.4
Build TensorFlow on Windows
Try FEniCS on Windows!