IT数码 购物 网址 头条 软件 日历 阅读 图书馆
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
图片批量下载器
↓批量下载图片,美女图库↓
图片自动播放器
↓图片自动播放器↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁
 
   -> 开发工具 -> Linux 学习笔记--.tar.gz文件的安装(以pycharm安装为例) -> 正文阅读

[开发工具]Linux 学习笔记--.tar.gz文件的安装(以pycharm安装为例)

最近打算在linux系统下进行编程,所以要在ubuntu18.04系统上安装pycharm。因为第一次接触.tar.gz类型的压缩文件,所以就把自己的安装过程记录下来:

首先从官网上下载对应的压缩包,官网连接如下:

https://www.jetbrains.com/pycharm/download/#section=linux

第二步解压缩:

压缩包安装好后可以在Downloads中找到,打开一个终端,并进入到Downloads目录中

cd ~/Downloads

? ? ? ? 用以下的命令进行解压缩:

tar -zxvf pycharm-community-2021.2.2.tar.gz

第三步把文件转移到/usr/lib目录下:

一般来说usr/lib存放的是应用软件用到的函数库文件,所以要把解压后的pycharm目录move到此目录下:

sudo mv pycharm-community-2021.2.2/ /usr/lib/

一般来说解压后的目录下会有安装的说明,按照说明文件安装:

PyCharm

INSTALLATION INSTRUCTIONS
===============================================================================

  1. Unpack the PyCharm distribution archive that you downloaded
     where you wish to install the program. We will refer to this
     location as your {installation home}.

  2. To start the application, open a console, cd into "{installation home}/bin" and type:

       ./pycharm.sh

     This will initialize various configuration files in the configuration directory:
     ~/.config/JetBrains/PyCharmCE2021.2.

  3. [OPTIONAL] Add "{installation home}/bin" to your PATH environment
     variable so that you can start PyCharm from any directory.

  4. [OPTIONAL] To adjust the value of the JVM heap size, create a file pycharm.vmoptions
     (or pycharm64.vmoptions if using a 64-bit JDK) in the configuration directory
     and set the -Xms and -Xmx parameters. To see how to do this,
     you can reference the vmoptions file under "{installation home}/bin" as a model
     but do not modify it, add your options to the new file.

  [OPTIONAL] Change the location of the "config" and "system" directories
  ------------------------------------------------------------------------------

  By default, PyCharm stores all your settings in the
  ~/.config/JetBrains/PyCharmCE2021.2 directory
  and uses ~/.local/share/JetBrains/PyCharmCE2021.2 as a data cache.
  To change the location of these directories:

  1. Open a console and cd into ~/.config/JetBrains/PyCharmCE2021.2

  2. Create a file idea.properties and set the idea.system.path and idea.config.path variables, for example:

     idea.system.path=~/custom/system
     idea.config.path=~/custom/config

  NOTE: Store the data cache ("system" directory) on a disk with at least 1 GB of free space.


Enjoy!

-PyCharm Development Team

? ? ? ? 最后是打开并运行应用,先进入到/usr/lib/pycharm-community-2021.2.2/bin目录下,运行:

./pycharm.sh

? ? ? ? 到此pycharm就可以顺利打开。

  开发工具 最新文章
Postman接口测试之Mock快速入门
ASCII码空格替换查表_最全ASCII码对照表0-2
如何使用 ssh 建立 socks 代理
Typora配合PicGo阿里云图床配置
SoapUI、Jmeter、Postman三种接口测试工具的
github用相对路径显示图片_GitHub 中 readm
Windows编译g2o及其g2o viewer
解决jupyter notebook无法连接/ jupyter连接
Git恢复到之前版本
VScode常用快捷键
上一篇文章      下一篇文章      查看所有文章
加:2021-10-03 17:15:42  更:2021-10-03 17:17:32 
 
开发: C++知识库 Java知识库 JavaScript Python PHP知识库 人工智能 区块链 大数据 移动开发 嵌入式 开发工具 数据结构与算法 开发测试 游戏开发 网络协议 系统运维
教程: HTML教程 CSS教程 JavaScript教程 Go语言教程 JQuery教程 VUE教程 VUE3教程 Bootstrap教程 SQL数据库教程 C语言教程 C++教程 Java教程 Python教程 Python3教程 C#教程
数码: 电脑 笔记本 显卡 显示器 固态硬盘 硬盘 耳机 手机 iphone vivo oppo 小米 华为 单反 装机 图拉丁

360图书馆 购物 三丰科技 阅读网 日历 万年历 2024年11日历 -2024/11/16 1:24:13-

图片自动播放器
↓图片自动播放器↓
TxT小说阅读器
↓语音阅读,小说下载,古典文学↓
一键清除垃圾
↓轻轻一点,清除系统垃圾↓
图片批量下载器
↓批量下载图片,美女图库↓
  网站联系: qq:121756557 email:121756557@qq.com  IT数码