- How to get putty to work for python install#
- How to get putty to work for python full#
- How to get putty to work for python download#
Without a package manager like Miniconda, any time you want to do any kind of work with Python on the lab machines and a package you need is not installed, you have to ask the admins for it.
How to get putty to work for python install#
You can install package Q a level above your environments so it is always available. Further, say you use package Q in every project. Depending on what you are working on, you can switch between the environments, as needed. An application package manager allows you to create one environment with the correct versions of X and Z, and a completely separate environment with the correct versions of Y and Z. But, what happens if package X requires version 1.0 of package Z, while package Y requires version 2.0 of package Z.
How to get putty to work for python full#
The following is designed to be a sort of quick-start guide, NOT a set of full documentation.
How to get putty to work for python download#
You can download Miniconda for your operating system here. Its older brother is Anaconda - the conda package manager bundled with 150+ packages. Miniconda is a stand-alone release of the popular application package manager conda. Generally speaking, the path can be relative or absolute Application Managers Miniconda when a command requires a, we don't actually enter "", but instead your username).Ī command that requires some/kind/of/path will need you to specify a path for the command to run to/from. The : will be followed by the command being referenced.Īny variable value that changes based on the user will be enclosed in. if you are in /home//Documents/cs101, you would just see cs101 - NOTE: You may change these settings by editing your ~/.bashrc file) If you changed to a different directory, that ~ would become the bottom-level folder of your current path (e.g. The ~ is shorthand for home folder (and is generally the default location a console opens to). The enclose a typical terminal prompt, which usually contains the name of the user the machine they are currently logged into. In other words, the text following a $ should be read as though it were in a Terminal window. The $ is simply denoting that this line is from a console window.
In order to easily read this guide, you should be aware of the notation being used.